]> www.infradead.org Git - nvme.git/commitdiff
bcachefs: twf: delete dead struct fields
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 30 May 2024 19:54:08 +0000 (15:54 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 14 Jul 2024 23:00:14 +0000 (19:00 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/thread_with_file_types.h

index 12668ff3d65db511e3fb7ea91284db86dfd29074..f4d484d44f63346e16fc1445aca4de8cd3cbb0df 100644 (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;
 };