binder: initialize lru pages in mmap callback
authorCarlos Llamas <cmllamas@google.com>
Fri, 1 Dec 2023 17:21:47 +0000 (17:21 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Dec 2023 00:23:40 +0000 (09:23 +0900)
commit68aef12d094e4c96d972790f1620415460a4f3cf
tree7be9a9850e22f0221858c47645be796b1409a084
parentc7ac30fad18231a1637d38aa8a97d6b4788ed8ad
binder: initialize lru pages in mmap callback

Rather than repeatedly initializing some of the binder_lru_page members
during binder_alloc_new_buf(), perform this initialization just once in
binder_alloc_mmap_handler(), after the pages have been created.

Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20231201172212.1813387-19-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder_alloc.c