]> asedeno.scripts.mit.edu Git - linux.git/commit
infiniband: hw: hfi1: Change return type to vm_fault_t
authorSouptick Joarder <jrdr.linux@gmail.com>
Tue, 17 Apr 2018 14:23:58 +0000 (19:53 +0530)
committerDoug Ledford <dledford@redhat.com>
Fri, 27 Apr 2018 16:10:11 +0000 (12:10 -0400)
commitd819734126ce705784ca2cd847ad7623825f1a08
tree6f7598ec256839959ffe2bb4bb0451bf6febe41c
parentfe896ceb577252966ec3339d511424e2495e1072
infiniband: hw: hfi1: Change return type to 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.

Reference id -> 1c8f422059ae ("mm: change return type to
vm_fault_t")

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/hfi1/file_ops.c