diff options
author | Souptick Joarder <jrdr.linux@gmail.com> | 2018-04-20 21:45:24 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-23 13:52:34 +0200 |
commit | 9ee84466b7130360d07241baf4c95a553fc0a997 (patch) | |
tree | 6c398142e7edaf8d345f794130b28cf666bd6db6 /kernel/async.c | |
parent | Linux 4.17-rc1 (diff) | |
download | linux-9ee84466b7130360d07241baf4c95a553fc0a997.tar.xz linux-9ee84466b7130360d07241baf4c95a553fc0a997.zip |
fs: kernfs: Adding new return type vm_fault_t
Use new return type vm_fault_t for page_mkwrite and
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.
Reference id -> 1c8f422059ae ("mm: change return type to
vm_fault_t")
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Reviewed-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/async.c')
0 files changed, 0 insertions, 0 deletions