]> Git Repo - linux.git/commit
vmscan: split file huge pages before paging them out
authorKirill A. Shutemov <[email protected]>
Tue, 26 Jul 2016 22:25:56 +0000 (15:25 -0700)
committerLinus Torvalds <[email protected]>
Tue, 26 Jul 2016 23:19:19 +0000 (16:19 -0700)
commit7751b2da6be0b59da0838a05153a646df1affbce
tree451727d9d00902b1d91c33449832344435977453
parent9a73f61bdb8acdc01bbaf72a3fe0a8854f2463ad
vmscan: split file huge pages before paging them out

This is preparation of vmscan for file huge pages.  We cannot write out
huge pages, so we need to split them on the way out.

Link: http://lkml.kernel.org/r/1466021202-61880-22-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/vmscan.c
This page took 0.052876 seconds and 4 git commands to generate.