summaryrefslogtreecommitdiff
path: root/fs/bcachefs/journal_seq_blacklist.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bcachefs/journal_seq_blacklist.c')
-rw-r--r--fs/bcachefs/journal_seq_blacklist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/bcachefs/journal_seq_blacklist.c b/fs/bcachefs/journal_seq_blacklist.c
index 787d9f7638d0..a21de0088753 100644
--- a/fs/bcachefs/journal_seq_blacklist.c
+++ b/fs/bcachefs/journal_seq_blacklist.c
@@ -121,7 +121,7 @@ int bch2_journal_seq_blacklist_add(struct bch_fs *c, u64 start, u64 end)
bl->start[nr].end = cpu_to_le64(end);
out_write_sb:
c->disk_sb.sb->features[0] |=
- 1ULL << BCH_FEATURE_JOURNAL_SEQ_BLACKLIST_V3;
+ 1ULL << BCH_FEATURE_journal_seq_blacklist_v3;
ret = bch2_write_super(c);
out:
@@ -309,7 +309,7 @@ void bch2_blacklist_entries_gc(struct work_struct *work)
if (!new_nr)
c->disk_sb.sb->features[0] &=
- ~(1ULL << BCH_FEATURE_JOURNAL_SEQ_BLACKLIST_V3);
+ ~(1ULL << BCH_FEATURE_journal_seq_blacklist_v3);
bch2_write_super(c);
}