mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
In the mainline commit 64019a2e46 ("mm/gup: remove task_struct pointer
for all gup code"), get_user_pages_remote() removed a parameter, which
broke the build in the fs/proc/task_mmu.c file due to the previously
mentioned android-only change.
Fix this up by correcting the parameters for this call.
Bug: 120441514
Cc: Dmitry Shmidt <dimitrysh@google.com>
Cc: Amit Pundir <amit.pundir@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I753c22c298d0397b625daf28fe89182e074ac540