Re: [PATCH] android: binder: Change return type to vm_fault_t

From: Souptick Joarder
Date: Mon Apr 23 2018 - 06:01:06 EST


On Mon, Apr 23, 2018 at 2:48 PM, Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> On Mon, Apr 16, 2018 at 08:41:21PM +0530, Souptick Joarder wrote:
>> 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.
>>
>> Reference commit id->
>> 1c8f422059ae5da07db7406ab916203f9417e396
>
> As you know, that is not how you reference git commit ids. Please fix
> up and resend.

Sure, I will send v2.