From: Christoph Lameter Date: Tue, 7 Feb 2006 20:58:30 +0000 (-0800) Subject: [PATCH] hugetlbpage: return VM_FAULT_OOM on oom X-Git-Tag: v2.6.16-rc3~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df420d8b6c718d9a5e37531c3a9a6804493e9f4;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed