commit | 7991d96dd137408385f425cdf8ff815738ea2b49 | [log] [tgz] |
---|---|---|
author | Souptick Joarder <jrdr.linux@gmail.com> | Tue Apr 17 20:04:28 2018 +0530 |
committer | Doug Ledford <dledford@redhat.com> | Fri Apr 27 12:10:11 2018 -0400 |
tree | fe2255b78e7a60a765d84247f9951d1189242e72 | |
parent | d819734126ce705784ca2cd847ad7623825f1a08 [diff] |
infiniband: hw: qib: 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>