commit | d819734126ce705784ca2cd847ad7623825f1a08 | [log] [tgz] |
---|---|---|
author | Souptick Joarder <jrdr.linux@gmail.com> | Tue Apr 17 19:53:58 2018 +0530 |
committer | Doug Ledford <dledford@redhat.com> | Fri Apr 27 12:10:11 2018 -0400 |
tree | 6f7598ec256839959ffe2bb4bb0451bf6febe41c | |
parent | fe896ceb577252966ec3339d511424e2495e1072 [diff] |
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>