FROMLIST: binder: protect proc->threads with inner_lock
(from https://patchwork.kernel.org/patch/9817775/ ) proc->threads will need to be accessed with higher locks of other processes held so use proc->inner_lock to protect it. proc->tmp_ref now needs to be protected by proc->inner_lock. Change-Id: Id4cff2c9786d900b7846ec9b1816f7a07655c429 Signed-off-by:Todd Kjos <tkjos@google.com>
Loading
Please register or sign in to comment