commit | 0df420d8b6c718d9a5e37531c3a9a6804493e9f4 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@engr.sgi.com> | Tue Feb 07 12:58:30 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Feb 07 16:12:31 2006 -0800 |
tree | 6b8edbb55eb8d5e84fb223bbcef7c54789270cde | |
parent | a2dfef6947139db9b886fce510c4d0c913beb5f0 [diff] |
[PATCH] hugetlbpage: return VM_FAULT_OOM on oom Remove wrong and misleading comments. Return VM_FAULT_OOM if the hugetlbpage fault handler cannot allocate a page. do_no_page will end up doing do_exit(SIGKILL). Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>