summaryrefslogtreecommitdiff
path: root/libbcachefs/bset.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-03-04 22:47:04 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-03-04 23:33:25 -0500
commitb0c9ad15f4e5cee60973a8f5f6dc49acfeec9755 (patch)
treeec326791b8b4cc3178150361a7b142b716334780 /libbcachefs/bset.h
parent9fc4b5d675cd6dc0b2503abe95b1c761d8d05abe (diff)
Update bcachefs sources to 171da96d76 bcachefs: Drop some anonymous structs, unions
Diffstat (limited to 'libbcachefs/bset.h')
-rw-r--r--libbcachefs/bset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/bset.h b/libbcachefs/bset.h
index fd2915a1..2105e783 100644
--- a/libbcachefs/bset.h
+++ b/libbcachefs/bset.h
@@ -211,7 +211,7 @@ static inline size_t btree_aux_data_u64s(const struct btree *b)
#define bset_tree_for_each_key(_b, _t, _k) \
for (_k = btree_bkey_first(_b, _t); \
_k != btree_bkey_last(_b, _t); \
- _k = bkey_next(_k))
+ _k = bkey_p_next(_k))
static inline bool bset_has_ro_aux_tree(struct bset_tree *t)
{