mm: private anonymous memory build fixes for 4.4
authorAmit Pundir <amit.pundir@linaro.org>
Thu, 10 Dec 2015 12:54:51 +0000 (18:24 +0530)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:54:13 +0000 (13:54 -0800)
commit29a4f01daa11254debe7aba980681bb838dfff1b
tree053b56d62c469ab3b7104381135507c36a886b4b
parent586278d78bfa926d7a705da2f192325b3469919d
mm: private anonymous memory build fixes for 4.4

Update vma_merge() call in private anonymous memory prctl,
introduced in AOSP commit ee8c5f78f09a
"mm: add a field to store names for private anonymous memory",
so as to align with changes from upstream commit 19a809afe2fe
"userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx".

Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
kernel/sys.c