summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fast_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bcachefs/fast_list.h')
-rw-r--r--fs/bcachefs/fast_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/fast_list.h b/fs/bcachefs/fast_list.h
index 73c9bf591fd6..f67df3f72ee2 100644
--- a/fs/bcachefs/fast_list.h
+++ b/fs/bcachefs/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;
};