summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/super.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2019-04-17 18:21:19 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-22 17:08:21 -0400
commit619f5bee86b558e0dad91c3759b90652cd5f55d2 (patch)
tree500b0250cf8c39b6419a4af5535fde28f2837a1a /fs/bcachefs/super.h
parent460651ee86b2d2e0cf1a70a15a07031213e27181 (diff)
downloadlinux-stable-619f5bee86b558e0dad91c3759b90652cd5f55d2.tar.gz
linux-stable-619f5bee86b558e0dad91c3759b90652cd5f55d2.tar.bz2
linux-stable-619f5bee86b558e0dad91c3759b90652cd5f55d2.zip
bcachefs: some improvements to startup messages and options
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/super.h')
-rw-r--r--fs/bcachefs/super.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/super.h b/fs/bcachefs/super.h
index 92ef3e7c8dc2..1b97c6115535 100644
--- a/fs/bcachefs/super.h
+++ b/fs/bcachefs/super.h
@@ -224,7 +224,7 @@ int bch2_fs_read_write_early(struct bch_fs *);
void bch2_fs_stop(struct bch_fs *);
-const char *bch2_fs_start(struct bch_fs *);
+int bch2_fs_start(struct bch_fs *);
struct bch_fs *bch2_fs_open(char * const *, unsigned, struct bch_opts);
const char *bch2_fs_open_incremental(const char *path);