diff options
author | Souptick Joarder <jrdr.linux@gmail.com> | 2018-04-16 21:33:55 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-23 14:31:27 +0300 |
commit | 9b85e95a30801ed39ccbab167831ea5d40373f26 (patch) | |
tree | 9d0635d6159d89f9326ad1e784ed5dca13321a0b /arch | |
parent | a5a0b45eda75c6f12cf871ac6c365007a1f330ff (diff) | |
download | linux-9b85e95a30801ed39ccbab167831ea5d40373f26.tar.xz |
uio: Change return type to vm_fault_t
Use new return type vm_fault_t for fault handler
in struct vm_operations_struct. For now, this is
just documenting that the function returns a VM_
FAULT value rather than an errno. Once all inst
ances are converted, vm_fault_t will become a di
stinct type.
Reference - 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 'arch')
0 files changed, 0 insertions, 0 deletions