OSDN Git Service

scsi: cxlflash: Change return type for fault handler
authorSouptick Joarder <jrdr.linux@gmail.com>
Wed, 20 Jun 2018 18:25:07 +0000 (23:55 +0530)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 22 Jun 2018 02:57:39 +0000 (22:57 -0400)
commita38b80c5f49c30c3cbd4523bdbde0cc725bb0e63
tree0f623b4bad51798ce4e7c88171dfb67930f58068
parent4ae5e9d159f83392c98c4ed88dfc63f19745be38
scsi: cxlflash: Change return type for fault handler

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.

Ref-> commit 1c8f422059ae ("mm: change return type to vm_fault_t")

Previously, VM_FAULT_NOPAGE was returned without verifying return value of
vm_insert_pfn. The new inline vmf_insert_pfn() will address this issue by
returning correct VM_FAULT_* type from fault handler.

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Acked-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/cxlflash/ocxl_hw.c
drivers/scsi/cxlflash/superpipe.c