Re: [PATCH] scsi: cxlflash: Change return type for fault handler

From: Matthew R. Ochs
Date: Wed Jun 13 2018 - 19:24:01 EST


On Tue, Jun 12, 2018 at 01:12:04AM +0530, Souptick Joarder wrote:
> 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")
>
> Signed-off-by: Souptick Joarder <jrdr.linux@xxxxxxxxx>

This looks fine to me.

FYI that there is another handler for this driver in a series
destined for 4.18 and currently in next/master.

Acked-by: Matthew R. Ochs <mrochs@xxxxxxxxxxxxxxxxxx>