From 7ed122aea2e26686467c6ec63dc4a1c060e0ff44 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 30 May 2024 15:54:08 -0400 Subject: [PATCH] bcachefs: twf: delete dead struct fields Signed-off-by: Kent Overstreet --- fs/bcachefs/thread_with_file_types.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fs/bcachefs/thread_with_file_types.h b/fs/bcachefs/thread_with_file_types.h index 12668ff3d65d..f4d484d44f63 100644 --- a/fs/bcachefs/thread_with_file_types.h +++ b/fs/bcachefs/thread_with_file_types.h @@ -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; };