summaryrefslogtreecommitdiff
path: root/fs/bcachefs/bcachefs.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-01-02 00:22:57 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2024-07-14 19:00:13 -0400
commit4c4a7d48bd59380fa4fc75f2cd341e9de09adbf7 (patch)
treeaa3de18fb79fcb386de406223e78192e04b6d31e /fs/bcachefs/bcachefs.h
parent66a57684c6afce8e20ac38b389caca078407ac29 (diff)
bcachefs: Kill replicas_journal_res
More dead code deletion Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/bcachefs.h')
-rw-r--r--fs/bcachefs/bcachefs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/bcachefs/bcachefs.h b/fs/bcachefs/bcachefs.h
index 50937f6aec0a..b9f5327ab033 100644
--- a/fs/bcachefs/bcachefs.h
+++ b/fs/bcachefs/bcachefs.h
@@ -748,9 +748,7 @@ struct bch_fs {
struct mutex replicas_gc_lock;
struct journal_entry_res btree_root_journal_res;
- struct journal_entry_res replicas_journal_res;
struct journal_entry_res clock_journal_res;
- struct journal_entry_res dev_usage_journal_res;
struct bch_disk_groups_cpu __rcu *disk_groups;