summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-08-01 06:56:04 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2024-09-09 16:41:48 +0300
commitc7652f253a6d590f5263b0f21ff78f58875ab412 (patch)
tree4f8a1d5e8fae1193275c150b1891f1562edcaeaf /fs/bcachefs/super.c
parentcfd273f1ae8e5bb29a8ff3a7f7b57a55d065e117 (diff)
downloadlinux-c7652f253a6d590f5263b0f21ff78f58875ab412.tar.xz
bcachefs: promote_whole_extents is now a normal option
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/super.c')
-rw-r--r--fs/bcachefs/super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/bcachefs/super.c b/fs/bcachefs/super.c
index 6d0ce3d73450..d8adf465f8b8 100644
--- a/fs/bcachefs/super.c
+++ b/fs/bcachefs/super.c
@@ -811,7 +811,6 @@ static struct bch_fs *bch2_fs_alloc(struct bch_sb *sb, struct bch_opts opts)
c->copy_gc_enabled = 1;
c->rebalance.enabled = 1;
- c->promote_whole_extents = true;
c->journal.flush_write_time = &c->times[BCH_TIME_journal_flush_write];
c->journal.noflush_write_time = &c->times[BCH_TIME_journal_noflush_write];