filemap: prepare find and delete operations for huge pages
authorKirill A. Shutemov <[email protected]>
Tue, 26 Jul 2016 22:26:04 +0000 (15:26 -0700)
committerLinus Torvalds <[email protected]>
Tue, 26 Jul 2016 23:19:19 +0000 (16:19 -0700)
commit83929372f629001568d43069a63376e13bfc497b
tree5eaa57bd71cce45101ad6e6d50b4532318c4ca74
parentc78c66d1ddfdbd2353f3fcfeba0268524537b096
filemap: prepare find and delete operations for huge pages

For now, we would have HPAGE_PMD_NR entries in radix tree for every huge
page.  That's suboptimal and it will be changed to use Matthew's
multi-order entries later.

'add' operation is not changed, because we don't need it to implement
hugetmpfs: shmem uses its own implementation.

Link: http://lkml.kernel.org/r/1466021202-61880-25-git-send-email-kirill.shutemov@linux.intel.com
Signed-off-by: Kirill A. Shutemov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/filemap.c