FROMLIST: binder: remove binder_debug_no_lock mechanism
authorTodd Kjos <tkjos@google.com>
Wed, 24 May 2017 18:53:13 +0000 (11:53 -0700)
committerDanny Wood <danwood76@gmail.com>
Tue, 26 Feb 2019 11:36:30 +0000 (11:36 +0000)
commitcc2b517ce830e059228952039e58a9e6ab9ea7eb
treea02881f0c86460954fbe88f9923ebd40c57a1ac7
parent809d9e93f2131131ba39c32d9f56a80a3b1bd6d8
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