diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 9c17e828d6d4..2c9621f8bf87 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1190,7 +1190,7 @@ struct task_struct { | |||
1190 | int softirq_context; | 1190 | int softirq_context; |
1191 | #endif | 1191 | #endif |
1192 | #ifdef CONFIG_LOCKDEP | 1192 | #ifdef CONFIG_LOCKDEP |
1193 | # define MAX_LOCK_DEPTH 30UL | 1193 | # define MAX_LOCK_DEPTH 48UL |
1194 | u64 curr_chain_key; | 1194 | u64 curr_chain_key; |
1195 | int lockdep_depth; | 1195 | int lockdep_depth; |
1196 | struct held_lock held_locks[MAX_LOCK_DEPTH]; | 1196 | struct held_lock held_locks[MAX_LOCK_DEPTH]; |