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:34:18 +0000 (08:34 -0700)
commit48b332119ef73664dbfe3a53818ae3cb85b64509
tree4b2f81b4f4ccdcdb7b2291e6c7b8923034909216
parentb934102cba6a49bb8ca1f0f4ece0ff8552cbbd79
FROMLIST: binder: remove binder_debug_no_lock mechanism

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

With the global lock, there was a mechanism to access
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: I6f4061ddb04fbdcf1e067e7a5eeee730f14d4c01
Signed-off-by: Todd Kjos <tkjos@google.com>
drivers/android/binder.c