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: I176cfeca16bf7c9b34b428c16405f93db81d2ff8 Signed-off-by:Todd Kjos <tkjos@google.com>
Loading
Please register or sign in to comment