aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index e217d188a102..e3ea12437547 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1189,7 +1189,7 @@ struct task_struct {
1189 int softirq_context; 1189 int softirq_context;
1190#endif 1190#endif
1191#ifdef CONFIG_LOCKDEP 1191#ifdef CONFIG_LOCKDEP
1192# define MAX_LOCK_DEPTH 30UL 1192# define MAX_LOCK_DEPTH 48UL
1193 u64 curr_chain_key; 1193 u64 curr_chain_key;
1194 int lockdep_depth; 1194 int lockdep_depth;
1195 struct held_lock held_locks[MAX_LOCK_DEPTH]; 1195 struct held_lock held_locks[MAX_LOCK_DEPTH];