ANDROID: fix up 60500a42 ("ANDROID: mm: add a field to store names for...
ANDROID: fix up 60500a42 ("ANDROID: mm: add a field to store names for private anonymous memory") In the mainline commit 64019a2e ("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
Loading