FROMLIST: binder: protect proc->nodes with inner lock
authorTodd Kjos <tkjos@google.com>
Mon, 12 Jun 2017 19:07:26 +0000 (12:07 -0700)
committerTodd Kjos <tkjos@google.com>
Thu, 13 Jul 2017 15:34:21 +0000 (08:34 -0700)
commit425d23f84b9b10bb461d2495f9cbe6990727300b
treede7e481adcff82e50b02b2564527aff74e3e3013
parentcbcbbd68a0edf49c810a19d227a32c40fd6cabf0
FROMLIST: binder: protect proc->nodes with inner lock

(from https://patchwork.kernel.org/patch/9817783/)

When locks for binder_ref handling are added, proc->nodes
will need to be modified while holding the outer lock

Change-Id: I7daf5a51d83cdf6ac31a3728b3ea3e6ab94bf2e7
Signed-off-by: Todd Kjos <tkjos@google.com>
drivers/android/binder.c