[ check_move_unevictable_pages() seems weird. It gets a pagevec from
find_get_entries(), which, if I understand the THP page cache code
correctly, might contain the same compound page over and over. It'll
be !unevictable after the first iteration, so will only run once. So
it produces incorrect numbers now, but it is probably best to ignore
it until we figure out THP cache. Maybe add an XXX comment. ]