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

From: Christoph Hellwig
Date: Thu May 30 2019 - 02:38:33 EST


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.