]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: PPC: Book3S: Change return type to vm_fault_t
authorSouptick Joarder <jrdr.linux@gmail.com>
Thu, 10 May 2018 18:27:19 +0000 (23:57 +0530)
committerPaul Mackerras <paulus@ozlabs.org>
Thu, 17 May 2018 06:41:51 +0000 (16:41 +1000)
commit1cca421956fcc3a973b08d9ced60e8388af1e8e0
tree01ad54622aeffa0f924e5ee50a1930d3fe1a6a2c
parent3fefb2d42a8143ab842ec8fc620e82c954eee7be
KVM: PPC: Book3S: 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
instances are converted, vm_fault_t will become
a distinct type.

commit 668ff7502a9d ("mm: change return type to
vm_fault_t")

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/kvm/book3s_64_vio.c