From: Sage Weil Date: Thu, 17 Dec 2015 13:52:15 +0000 (-0500) Subject: common/lockdep: increase max lock names X-Git-Tag: v10.0.3~180^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=663466079d5c24cbf0b98350d7c27c31ae161bbd;p=ceph.git common/lockdep: increase max lock names Recently hit this limit with /a/sage-2015-12-16_21:46:23-rados-wip-sage-testing---basic-openstack/40275 Signed-off-by: Sage Weil --- diff --git a/src/common/lockdep.cc b/src/common/lockdep.cc index c39dbf0e336..353830a08ba 100644 --- a/src/common/lockdep.cc +++ b/src/common/lockdep.cc @@ -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 **********/