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

bcachefs: twf: delete dead struct fields

parent d37dd9b6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;
};