diff options
Diffstat (limited to 'common/bo-cache.h')
-rw-r--r-- | common/bo-cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bo-cache.h b/common/bo-cache.h index 0bc5ac0..b397827 100644 --- a/common/bo-cache.h +++ b/common/bo-cache.h @@ -7,7 +7,7 @@ #include "compat-list.h" /* Number of buckets in the BO cache */ -#define NUM_BUCKETS (3*9 + 2) +#define NUM_BUCKETS (3*9 + 3) struct bo_cache; struct bo_entry; |