summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_iter.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-12-10 16:12:24 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2024-01-01 11:47:41 -0500
commita83b6c895c4d91014c73569f13b071d44e16cdc3 (patch)
tree87b8506b2927d3778c89742f5b3b6384c83a0adb /fs/bcachefs/btree_iter.c
parent249bf593e84e0b4652d2cdb9884b97bc21b59d9f (diff)
downloadlinux-stable-a83b6c895c4d91014c73569f13b071d44e16cdc3.tar.gz
linux-stable-a83b6c895c4d91014c73569f13b071d44e16cdc3.tar.bz2
linux-stable-a83b6c895c4d91014c73569f13b071d44e16cdc3.zip
bcachefs: kill btree_path->(alloc_seq|downgrade_seq)
These were for extra info in tracepoints for debugging a specialized issue - we do not want to bloat btree_path for this, at least in release builds. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/btree_iter.c')
-rw-r--r--fs/bcachefs/btree_iter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/bcachefs/btree_iter.c b/fs/bcachefs/btree_iter.c
index e2f010564ceb..48691b62d671 100644
--- a/fs/bcachefs/btree_iter.c
+++ b/fs/bcachefs/btree_iter.c
@@ -1539,7 +1539,6 @@ static inline struct btree_path *btree_path_alloc(struct btree_trans *trans,
path->ref = 0;
path->intent_ref = 0;
path->nodes_locked = 0;
- path->alloc_seq++;
btree_path_list_add(trans, pos, path);
trans->paths_sorted = false;