summaryrefslogtreecommitdiff
path: root/libbcachefs/fast_list.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2025-07-23 22:55:48 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2025-07-23 22:55:48 -0400
commitfa7be73f307a24ebf3a958ba389d33f43321293f (patch)
tree3493ddfb9a859d159e8641f32bd35055a55aeb23 /libbcachefs/fast_list.h
parent5023292623e8f1dedc138a20daabbcc4772a0d86 (diff)
Update bcachefs sources to d90e3ac64900 bcachefs: live_child() no longer uses recursiondebug
Diffstat (limited to 'libbcachefs/fast_list.h')
-rw-r--r--libbcachefs/fast_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/fast_list.h b/libbcachefs/fast_list.h
index 73c9bf59..f67df3f7 100644
--- a/libbcachefs/fast_list.h
+++ b/libbcachefs/fast_list.h
@@ -9,7 +9,7 @@ struct fast_list_pcpu;
struct fast_list {
GENRADIX(void *) items;
- struct ida slots_allocated;;
+ struct ida slots_allocated;
struct fast_list_pcpu __percpu
*buffer;
};