* [PATCH] ANDROID: binder: Remove obsolete proc waitqueue.
@ 2018-01-04 10:21 Martijn Coenen
0 siblings, 0 replies; only message in thread
From: Martijn Coenen @ 2018-01-04 10:21 UTC (permalink / raw)
To: gregkh, john.stultz, tkjos, arve
Cc: linux-kernel, devel, maco, Martijn Coenen
It was no longer being used.
Signed-off-by: Martijn Coenen <maco@android.com>
---
drivers/android/binder.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index 778caed570c6..069999067636 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
@@ -493,8 +493,6 @@ enum binder_deferred_state {
* (protected by @inner_lock)
* @todo: list of work for this process
* (protected by @inner_lock)
- * @wait: wait queue head to wait for proc work
- * (invariant after initialized)
* @stats: per-process binder statistics
* (atomics, no lock needed)
* @delivered_death: list of delivered death notification
@@ -537,7 +535,6 @@ struct binder_proc {
bool is_dead;
struct list_head todo;
- wait_queue_head_t wait;
struct binder_stats stats;
struct list_head delivered_death;
int max_threads;
--
2.16.0.rc0.223.g4a4ac83678-goog
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-04 10:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-04 10:21 [PATCH] ANDROID: binder: Remove obsolete proc waitqueue Martijn Coenen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.