]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Fix handling spurious page fault for hugetlb region
authorHugh Dickins <hugh@veritas.com>
Thu, 20 Oct 2005 15:24:28 +0000 (16:24 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 20 Oct 2005 16:02:07 +0000 (09:02 -0700)
commitac925ad5643a50d828f395e73b33372b4a83b573
tree3903d87d0b56a49ead39c0460b5bc0b86b040775
parentf700826d456b599109e8e064db5d4fbb5d900208
[PATCH] Fix handling spurious page fault for hugetlb region

This reverts commit 81d37be21b5fd7bad210a84ea21b5fe41369c66f and
replaces it with a cleaner version that is purely based on page table
operations, so that the synchronization between inode size and hugetlb
mappings becomes moot.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/hugetlb.h
mm/hugetlb.c
mm/memory.c