diff options
-rw-r--r-- | fs/bcachefs/clock_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/clock_types.h b/fs/bcachefs/clock_types.h index bfd4b3030e35..df404b6dd3fe 100644 --- a/fs/bcachefs/clock_types.h +++ b/fs/bcachefs/clock_types.h @@ -3,7 +3,7 @@ #include "util.h" -#define NR_IO_TIMERS 8 +#define NR_IO_TIMERS (BCH_SB_MEMBERS_MAX * 3) /* * Clocks/timers in units of sectors of IO: |