bcachefs: twf: delete dead struct fields

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2024-05-30 15:54:08 -04:00
parent d37dd9b604
commit 7ed122aea2

View File

@ -14,10 +14,6 @@ struct stdio_buf {
struct stdio_redirect {
struct stdio_buf input;
struct stdio_buf output;
spinlock_t input_lock;
wait_queue_head_t input_wait;
darray_char input_buf;
bool done;
};