OSDN Git Service

FROMLIST: binder: remove binder_debug_no_lock mechanism
authorTodd Kjos <tkjos@google.com>
Wed, 24 May 2017 18:53:13 +0000 (11:53 -0700)
committerTodd Kjos <tkjos@google.com>
Thu, 13 Jul 2017 15:08:36 +0000 (15:08 +0000)
commita19f3efc4f54593d9e17f3fe7afc1ea78e0ae5f0
tree29655805a937f95d02929b4b40df4d66b86aee1b
parent2324f70c5aab8b8e5f4c100a80d1dd4999991285
FROMLIST: binder: remove binder_debug_no_lock mechanism

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

With the global lock, there was a mechanism to acceess
binder driver debugging information with the global
lock disabled to debug deadlocks or other issues.
This mechanism is rarely (if ever) used anymore
and wasn't needed during the development of
fine-grained locking in the binder driver.
Removing it.

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