From d641d4cae72a178334c0c712f701f62cebde18ec Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Wed, 3 Jan 2024 21:46:50 -0500 Subject: bcachefs: no thread_with_file in userspace Signed-off-by: Kent Overstreet --- fs/bcachefs/thread_with_file.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fs') diff --git a/fs/bcachefs/thread_with_file.c b/fs/bcachefs/thread_with_file.c index b24baeabf998..b1c867aa2b58 100644 --- a/fs/bcachefs/thread_with_file.c +++ b/fs/bcachefs/thread_with_file.c @@ -1,4 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 +#ifndef NO_BCACHEFS_FS #include "bcachefs.h" #include "printbuf.h" @@ -294,3 +295,5 @@ int bch2_stdio_redirect_readline(struct stdio_redirect *stdio, char *buf, size_t wake_up(&stdio->input_wait); return ret; } + +#endif /* NO_BCACHEFS_FS */ -- cgit v1.2.3