Re: [PATCH V3 2/2] arm64/mm: Refactor __do_page_fault()

2019-06-07 Thread Mark Rutland
On Fri, Jun 07, 2019 at 02:43:06PM +0530, Anshuman Khandual wrote: > __do_page_fault() is over complicated with multiple goto statements. This > cleans up the code flow and while there drops local variable vm_fault_t. > > Signed-off-by: Anshuman Khandual > Cc: Catalin Marinas > Cc: Will Deacon

[PATCH V3 2/2] arm64/mm: Refactor __do_page_fault()

2019-06-07 Thread Anshuman Khandual
__do_page_fault() is over complicated with multiple goto statements. This cleans up the code flow and while there drops local variable vm_fault_t. Signed-off-by: Anshuman Khandual Cc: Catalin Marinas Cc: Will Deacon Cc: Mark Rutland Cc: James Morse Cc: Andrey Konovalov Cc: Christoph Hellwig