Skip to content

Commit 474b75c

Browse files
committed
Increase MAX_LOCKDEP_CHAIN_HLOCKS
Got a warning somewhere in the USB subsystem while unplugging a device...
1 parent ceb4e0a commit 474b75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/locking/lockdep_internals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ static const unsigned long LOCKF_USED_IN_IRQ_READ =
119119

120120
#define MAX_LOCKDEP_CHAINS (1UL << MAX_LOCKDEP_CHAINS_BITS)
121121

122-
#define MAX_LOCKDEP_CHAIN_HLOCKS (MAX_LOCKDEP_CHAINS*5)
122+
#define MAX_LOCKDEP_CHAIN_HLOCKS (MAX_LOCKDEP_CHAINS*10)
123123

124124
extern struct lock_chain lock_chains[];
125125

0 commit comments

Comments
 (0)