Revert "BACKPORT: FROMGIT: binder: add delivered_freeze to debugfs output"
This reverts commit 4554485eb2
.
This commit is contained in:
parent
7225849ad5
commit
4a640601c9
1 changed files with 0 additions and 4 deletions
|
@ -6397,10 +6397,6 @@ static void print_binder_proc(struct seq_file *m,
|
|||
seq_puts(m, " has delivered dead binder\n");
|
||||
break;
|
||||
}
|
||||
list_for_each_entry(w, &binder_proc_ext_entry(proc)->delivered_freeze, entry) {
|
||||
seq_puts(m, " has delivered freeze binder\n");
|
||||
break;
|
||||
}
|
||||
binder_inner_proc_unlock(proc);
|
||||
if (!print_all && m->count == header_pos)
|
||||
m->count = start_pos;
|
||||
|
|
Loading…
Reference in a new issue