binder: remove binder_debug_no_lock mechanism
authorTodd Kjos <tkjos@android.com>
Thu, 29 Jun 2017 19:01:42 +0000 (12:01 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jul 2017 12:47:29 +0000 (14:47 +0200)
commit1cf29cf4295ad2dc2009b421702ba4197b85acfd
tree48b77bbeabec0e903780833aa5d5c2a24c6c8a24
parent0c972a05cde66e3d448419c120627083d6419f8f
binder: remove binder_debug_no_lock mechanism

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.

Signed-off-by: Todd Kjos <tkjos@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c