Commit 7ed122ae authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: twf: delete dead struct fields

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent d37dd9b6
......@@ -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;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment