binder: rename alloc->vma_vm_mm to alloc->mm
authorCarlos Llamas <cmllamas@google.com>
Tue, 6 Sep 2022 13:59:45 +0000 (13:59 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Sep 2022 15:02:06 +0000 (17:02 +0200)
commite66b77e50522845d494a4a61ea2ad8f0d046a56f
tree3243157cc5b205261f7e59cbf7d2576ec6345f29
parente3c9b0ddfd144663e4d21d6d95e9c76a45c49e3f
binder: rename alloc->vma_vm_mm to alloc->mm

Rename ->vma_vm_mm to ->mm to reflect the fact that we no longer cache
this reference from vma->vm_mm but from current->mm instead.

No functional changes in this patch.

Reviewed-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Acked-by: Todd Kjos <tkjos@google.com>
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20220906135948.3048225-2-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder_alloc.c
drivers/android/binder_alloc.h