aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/super-io.c
diff options
context:
space:
mode:
authorGravatar Kent Overstreet <kent.overstreet@gmail.com> 2022-02-19 02:39:56 -0500
committerGravatar Kent Overstreet <kent.overstreet@linux.dev> 2023-10-22 17:09:24 -0400
commit10b93677d35281766fe5439dcd7982fce67f82a7 (patch)
tree3bb4ec982f770746466257d9268fefb512533f08 /fs/bcachefs/super-io.c
parentbcachefs: Store logical location of journal entries (diff)
downloadlinux-10b93677d35281766fe5439dcd7982fce67f82a7.tar.gz
linux-10b93677d35281766fe5439dcd7982fce67f82a7.tar.bz2
linux-10b93677d35281766fe5439dcd7982fce67f82a7.zip
bcachefs: Delete some flag bits that are no longer used
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Diffstat (limited to 'fs/bcachefs/super-io.c')
-rw-r--r--fs/bcachefs/super-io.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/bcachefs/super-io.c b/fs/bcachefs/super-io.c
index 414dfa59744f..f89e883ff2e2 100644
--- a/fs/bcachefs/super-io.c
+++ b/fs/bcachefs/super-io.c
@@ -461,9 +461,6 @@ int bch2_sb_to_fs(struct bch_fs *c, struct bch_sb *src)
__copy_super(&c->disk_sb, src);
- if (BCH_SB_INITIALIZED(c->disk_sb.sb))
- set_bit(BCH_FS_INITIALIZED, &c->flags);
-
ret = bch2_sb_replicas_to_cpu_replicas(c);
if (ret)
return ret;