summaryrefslogtreecommitdiff
path: root/libbcachefs/fast_list.h
diff options
context:
space:
mode:
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;
};