mm: hugetlbfs: Add some VM_BUG_ON()s to catch non-hugetlbfs pages
authorDave Hansen <[email protected]>
Tue, 21 Jan 2014 23:48:48 +0000 (15:48 -0800)
committerLinus Torvalds <[email protected]>
Wed, 22 Jan 2014 00:19:43 +0000 (16:19 -0800)
commit0e147aed4c250766e657855db55a395d2c8008a5
tree97f9e808e2bb6b8d5ef011ddfd70812c148f2df9
parentf92f455f67fef27929e6043499414605b0c94872
mm: hugetlbfs: Add some VM_BUG_ON()s to catch non-hugetlbfs pages

Dave Jiang reported that he was seeing oopses when running NUMA systems
and default_hugepagesz=1G.  I traced the issue down to
migrate_page_copy() trying to use the same code for hugetlb pages and
transparent hugepages.  It should not have been trying to pass thp pages
in there.

So, add some VM_BUG_ON()s for the next hapless VM developer that tries
the same thing.

Signed-off-by: Dave Hansen <[email protected]>
Reviewed-by: Naoya Horiguchi <[email protected]>
Tested-by: Dave Jiang <[email protected]>
Acked-by: Mel Gorman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/hugetlb.h