]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: factor out thread_with_file, thread_with_stdio
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 31 Dec 2023 15:04:54 +0000 (10:04 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 6 Jan 2024 04:24:19 +0000 (23:24 -0500)
commit96f37eabe7a5cb4746f369e959f935be464950be
tree7687178f9db3a005ece86a80e4b3c222736ed3a1
parentf60250de329ae6dbf8aeb49ebb13bf0b79e86a1d
bcachefs: factor out thread_with_file, thread_with_stdio

thread_with_stdio now knows how to handle input - fsck can now prompt to
fix errors.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/Makefile
fs/bcachefs/bcachefs.h
fs/bcachefs/chardev.c
fs/bcachefs/error.c
fs/bcachefs/opts.h
fs/bcachefs/super.c
fs/bcachefs/thread_with_file.c [new file with mode: 0644]
fs/bcachefs/thread_with_file.h [new file with mode: 0644]
fs/bcachefs/thread_with_file_types.h [new file with mode: 0644]