diff options
| author | Adam Litke <[email protected]> | 2007-08-22 14:01:51 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-08-22 19:52:46 -0700 |
| commit | a89182c76e54134081cfec6409df06731c5cb98f (patch) | |
| tree | 270616c2f6a1ce63a0bbd196a00e267b27e08250 /scripts/patch-kernel | |
| parent | d4c63b7c74507c424afcc9c80ba77a55bfb0d07e (diff) | |
Fix VM_FAULT flags conversion for hugetlb
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 <[email protected]>
Acked-by: Nick Piggin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions