summaryrefslogtreecommitdiffstats
path: root/fs/9p
diff options
context:
space:
mode:
authorSouptick Joarder2018-06-08 02:04:59 +0200
committerLinus Torvalds2018-06-08 02:34:34 +0200
commitc6137fe36d2ac160d919bf97bc3dfd6494b0b471 (patch)
treecbb29dd0b0e4321344d7daa9aa644558033ed069 /fs/9p
parentocfs2: drop a VLA in ocfs2_orphan_del() (diff)
downloadkernel-qcow2-linux-c6137fe36d2ac160d919bf97bc3dfd6494b0b471.tar.gz
kernel-qcow2-linux-c6137fe36d2ac160d919bf97bc3dfd6494b0b471.tar.xz
kernel-qcow2-linux-c6137fe36d2ac160d919bf97bc3dfd6494b0b471.zip
fs: ocfs2: use new return type vm_fault_t
Use new return type vm_fault_t for fault handler. For now, this is just documenting that the function returns a VM_FAULT value rather than an errno. Once all instances are converted, vm_fault_t will become a distinct type. Ref-> commit 1c8f422059ae ("mm: change return type to vm_fault_t") vmf_error() is the newly introduce inline function in 4.18. Fix one checkpatch.pl warning by replacing BUG_ON() with WARN_ON() [akpm@linux-foundation.org: undo BUG_ON->WARN_ON change] Link: http://lkml.kernel.org/r/20180523153258.GA28451@jordon-HP-15-Notebook-PC Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> Reviewed-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Mark Fasheh <mark@fasheh.com> Cc: Joel Becker <jlbec@evilplan.org> Cc: Junxiao Bi <junxiao.bi@oracle.com> Cc: Joseph Qi <jiangqi903@gmail.com> Cc: Changwei Ge <ge.changwei@h3c.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/9p')
0 files changed, 0 insertions, 0 deletions