commit | da0fa9e4e8c5aac7cafa6cbb14d908ab8bbffd2f | [log] [tgz] |
---|---|---|
author | Todd Kjos <tkjos@android.com> | Thu Jun 29 12:02:04 2017 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jul 17 14:48:24 2017 +0200 |
tree | 4e2e3d577b8598a206dab40434bca7f14ce5a8e8 | |
parent | 673068eee8560d57e0b37bbb52157811b7f5b563 [diff] |
binder: protect proc->nodes with inner lock When locks for binder_ref handling are added, proc->nodes will need to be modified while holding the outer lock Signed-off-by: Todd Kjos <tkjos@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>