Re: [PATCH 4/4] arm64/mm: Drop vm_fault_t argument from __do_page_fault()

From: Anshuman Khandual
Date: Fri May 31 2019 - 04:58:48 EST




On 05/30/2019 12:04 PM, Christoph Hellwig wrote:
> On Wed, May 29, 2019 at 06:04:45PM +0530, Anshuman Khandual wrote:
>> __do_page_fault() is over complicated with multiple goto statements. This
>> cleans up code flow and while there drops the vm_fault_t argument.
>
> There is no argument dropped anywhere, just a local variable.
>

You are right. Will fix both subject line and the commit message.