]> Git Repo - linux.git/commit
thp: prepare change_huge_pmd() for file thp
authorKirill A. Shutemov <[email protected]>
Tue, 26 Jul 2016 22:25:45 +0000 (15:25 -0700)
committerLinus Torvalds <[email protected]>
Tue, 26 Jul 2016 23:19:19 +0000 (16:19 -0700)
commitb237aded41cd68f378650209e8a10c04a25da258
treec34746bdbf89173310c216661ba32cf90f91bfc3
parent628d47ce98d50860d4fc1eef250126dd50622a89
thp: prepare change_huge_pmd() for file thp

change_huge_pmd() has assert which is not relvant for file page.  For
shared mapping it's perfectly fine to have page table entry writable,
without explicit mkwrite.

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