diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c index 29a8de4..203c616 100644 --- a/kernel/locking/lockdep.c +++ b/kernel/locking/lockdep.c @@ -1349,7 +1349,7 @@ static int add_lock_to_list(struct lock_class *this, /* * For good efficiency of modular, we use power of 2 */ -#define MAX_CIRCULAR_QUEUE_SIZE 4096UL +#define MAX_CIRCULAR_QUEUE_SIZE 8192UL #define CQ_MASK (MAX_CIRCULAR_QUEUE_SIZE-1) /*