summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-03-02 23:52:57 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2024-02-15 22:08:37 -0500
commit77b977a2d848acb89d0672f470d3b3777230fe77 (patch)
tree7e1cf685f0f760a0dffe7f0445917c497e7b7e47
parentbc73bc1c0a97f7772f1eec3976f7dd9585dfeea0 (diff)
Increase MAX_LOCK_DEPTH, bcachefs BTREE_ITER_MAX (do not upstream)
-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 187e4f5f6545..5a386ff38de3 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1174,7 +1174,7 @@ struct task_struct {
#endif
#ifdef CONFIG_LOCKDEP
-# define MAX_LOCK_DEPTH 48UL
+# define MAX_LOCK_DEPTH 63UL
u64 curr_chain_key;
int lockdep_depth;
unsigned int lockdep_recursion;