mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
bcachefs: Fix fsck.c build in userspace
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
@@ -3206,6 +3206,8 @@ int bch2_fix_reflink_p(struct bch_fs *c)
|
||||
return ret;
|
||||
}
|
||||
|
||||
#ifndef NO_BCACHEFS_CHARDEV
|
||||
|
||||
struct fsck_thread {
|
||||
struct thread_with_stdio thr;
|
||||
struct bch_fs *c;
|
||||
@@ -3421,3 +3423,5 @@ err:
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
#endif /* NO_BCACHEFS_CHARDEV */
|
||||
|
||||
Reference in New Issue
Block a user