diff --git a/fs/bcachefs/time_stats.h b/fs/bcachefs/time_stats.h index ed6c03c436c0..5df61403744b 100644 --- a/fs/bcachefs/time_stats.h +++ b/fs/bcachefs/time_stats.h @@ -64,7 +64,7 @@ struct time_stat_buffer { struct time_stat_buffer_entry { u64 start; u64 end; - } entries[32]; + } entries[31]; }; struct bch2_time_stats {