]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit59a4c0a88f3bfe902ccaea24e032eb5e6f0af614
tree3243157cc5b205261f7e59cbf7d2576ec6345f29
parent24053f880d208622dd57c07cecd84867344f204d
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