summaryrefslogtreecommitdiff
path: root/staging/llist.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+176
Torvalds <torvalds@linux-foundation.org>2016-12-14 16:04:09 -0800 commita41b70d6dfc28b9e1a17c2a9f3181c2b614bfd54 (patch) tree55ca53d3e7f49f9c58a5e58ce08c7b1be6fdc313 parent38b8cb7fbb892503fe9fcf748ebbed8c9fde7bf8 (diff)
mm: use vmf->page during WP faults
So far we set vmf->page during WP faults only when we needed to pass it to the ->page_mkwrite handler. Set it in all the cases now and use that instead of passing page pointer explicitly around. Link: http://lkml.kernel.org/r/1479460644-25076-14-git-send-email-jack@suse.cz Signed-off-by: Jan Kara <jack@suse.cz> Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com> Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat
-rw-r--r--mm/memory.c58
1 files changed, 29 insertions, 29 deletions
diff --git a/mm/memory.c b/mm/memory.c922f18dbec7266377592c32'>Diffstat (limited to 'kernel/power/Kconfig')