Re: [PATCH V2 2/4] arm64/mm: Drop task_struct argument from __do_page_fault()

2019-06-04 Thread Catalin Marinas
On Mon, Jun 03, 2019 at 12:11:23PM +0530, Anshuman Khandual wrote: > The task_struct argument is not getting used in __do_page_fault(). Hence > just drop it and use current or cuurent->mm instead where ever required. > This does not change any functionality. > > Signed-off-by: Anshuman Khandual >

[PATCH V2 2/4] arm64/mm: Drop task_struct argument from __do_page_fault()

2019-06-02 Thread Anshuman Khandual
The task_struct argument is not getting used in __do_page_fault(). Hence just drop it and use current or cuurent->mm instead where ever required. This does not change any functionality. Signed-off-by: Anshuman Khandual Cc: Catalin Marinas Cc: Will Deacon Cc: Mark Rutland Cc: James Morse Cc: A