Skipping the top 4 (it starts at 0) calls in the
backtrace actually skips the call that does the lock.
Skip 3 instead.
Signed-off-by: Sam Lang <sam.lang@inktank.com>
#define DOUT_COND(cct, l) cct && l <= XDOUT_CONDVAR(cct, dout_subsys)
#define lockdep_dout(v) lsubdout(g_lockdep_ceph_ctx, lockdep, v)
#define MAX_LOCKS 1000 // increase me as needed
-#define BACKTRACE_SKIP 3
+#define BACKTRACE_SKIP 2
/******* Globals **********/
int g_lockdep = get_env_int("CEPH_LOCKDEP");