summaryrefslogtreecommitdiff
path: root/staging/cli_rtp.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+343
lt;jack@suse.cz>2016-12-14 15:07:30 -0800 committerLinus Torvalds <torvalds@linux-foundation.org>2016-12-14 16:04:09 -0800 commit38b8cb7fbb892503fe9fcf748ebbed8c9fde7bf8 (patch) tree2b728c22ac01628efe9c8cf120bf34d057ad96d5 parent97ba0c2b4b0994044e404b7a96fc92a2e0424534 (diff)
mm: pass vm_fault structure into do_page_mkwrite()
We will need more information in the ->page_mkwrite() helper for DAX to be able to fully finish faults there. Pass vm_fault structure to do_page_mkwrite() and use it there so that information propagates properly from upper layers. Link: http://lkml.kernel.org/r/1479460644-25076-13-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.c22
1 files changed, 10 insertions, 12 deletions
diff --git a/mm/memory.c b/mm/memory.c