]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
mm: move part of wp_page_reuse() into the single call site
authorJan Kara <jack@suse.cz>
Wed, 14 Dec 2016 23:07:36 +0000 (15:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Dec 2016 00:04:09 +0000 (16:04 -0800)
commit997dd98dd68beb2aea74cac53e7fd440cc8dba68
tree63577e193e977b242f9b934f915aa458cf15c20f
parenta41b70d6dfc28b9e1a17c2a9f3181c2b614bfd54
mm: move part of wp_page_reuse() into the single call site

wp_page_reuse() handles write shared faults which is needed only in
wp_page_shared().  Move the handling only into that location to make
wp_page_reuse() simpler and avoid a strange situation when we sometimes
pass in locked page, sometimes unlocked etc.

Link: http://lkml.kernel.org/r/1479460644-25076-15-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>
mm/memory.c