mirror of
https://github.com/ceph/ceph
synced 2025-03-06 16:28:28 +00:00
Merge pull request #6961 from liewegas/wip-lockdep-max
common/lockdep: increase max lock names Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
328a96f3e5
@ -34,7 +34,7 @@ namespace std {
|
||||
|
||||
/******* Constants **********/
|
||||
#define lockdep_dout(v) lsubdout(g_lockdep_ceph_ctx, lockdep, v)
|
||||
#define MAX_LOCKS 2000 // increase me as needed
|
||||
#define MAX_LOCKS 4096 // increase me as needed
|
||||
#define BACKTRACE_SKIP 2
|
||||
|
||||
/******* Globals **********/
|
||||
|
Loading…
Reference in New Issue
Block a user