Revert "BACKPORT: FROMGIT: binder: add delivered_freeze to debugfs output"

This reverts commit 4554485eb2.
This commit is contained in:
Ksawlii 2024-12-18 15:46:56 +01:00
parent 7225849ad5
commit 4a640601c9

View file

@ -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;