commit | 7751b2da6be0b59da0838a05153a646df1affbce | [log] [tgz] |
---|---|---|
author | Kirill A. Shutemov <kirill.shutemov@linux.intel.com> | Tue Jul 26 15:25:56 2016 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jul 26 16:19:19 2016 -0700 |
tree | 451727d9d00902b1d91c33449832344435977453 | |
parent | 9a73f61bdb8acdc01bbaf72a3fe0a8854f2463ad [diff] |
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 <kirill.shutemov@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>