mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
bcachefs: twf: delete dead struct fields
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
d37dd9b604
commit
7ed122aea2
@ -14,10 +14,6 @@ struct stdio_buf {
|
|||||||
struct stdio_redirect {
|
struct stdio_redirect {
|
||||||
struct stdio_buf input;
|
struct stdio_buf input;
|
||||||
struct stdio_buf output;
|
struct stdio_buf output;
|
||||||
|
|
||||||
spinlock_t input_lock;
|
|
||||||
wait_queue_head_t input_wait;
|
|
||||||
darray_char input_buf;
|
|
||||||
bool done;
|
bool done;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user