Commit d641d4ca authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: no thread_with_file in userspace

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent a64a3733
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
#ifndef NO_BCACHEFS_FS
#include "bcachefs.h" #include "bcachefs.h"
#include "printbuf.h" #include "printbuf.h"
...@@ -294,3 +295,5 @@ int bch2_stdio_redirect_readline(struct stdio_redirect *stdio, char *buf, size_t ...@@ -294,3 +295,5 @@ int bch2_stdio_redirect_readline(struct stdio_redirect *stdio, char *buf, size_t
wake_up(&stdio->input_wait); wake_up(&stdio->input_wait);
return ret; return ret;
} }
#endif /* NO_BCACHEFS_FS */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment