Revision a89182c76e54134081cfec6409df06731c5cb98f authored by Adam Litke on 22 August 2007, 21:01:51 UTC, committed by Linus Torvalds on 23 August 2007, 02:52:46 UTC
It seems a simple mistake was made when converting follow_hugetlb_page()
over to the VM_FAULT flags bitmasks (in "mm: fault feedback #2", commit
83c54070ee1a2d05c89793884bea1a03f2851ed4).

By using the wrong bitmask, hugetlb_fault() failures are not being
recognized.  This results in an infinite loop whenever follow_hugetlb_page
is involved in a failed fault.

Signed-off-by: Adam Litke <agl@us.ibm.com>
Acked-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent d4c63b7
History
File Mode Size
fusion
i2o
Makefile -rw-r--r-- 102 bytes

back to top