aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/lock.c
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2011-07-14 12:31:49 -0500
committerDavid Teigland <teigland@redhat.com>2011-07-14 12:31:49 -0500
commit883ba74f43092823d0ed4c6b21f0171e9b334607 (patch)
treec738ca0d3187ffd093c9684b139f2966b64a9e14 /fs/dlm/lock.c
parentdlm: improve rsb searches (diff)
downloadlinux-dev-883ba74f43092823d0ed4c6b21f0171e9b334607.tar.xz
linux-dev-883ba74f43092823d0ed4c6b21f0171e9b334607.zip
dlm: remove deadlock debug print
gfs2 recently began using this feature heavily, creating more debug output than we want to see. Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to '')
-rw-r--r--fs/dlm/lock.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c
index 9ebeaa6e6903..6772e5c5bcd6 100644
--- a/fs/dlm/lock.c
+++ b/fs/dlm/lock.c
@@ -2421,9 +2421,6 @@ static int do_convert(struct dlm_rsb *r, struct dlm_lkb *lkb)
if (deadlk) {
/* it's left on the granted queue */
- log_debug(r->res_ls, "deadlock %x node %d sts%d g%d r%d %s",
- lkb->lkb_id, lkb->lkb_nodeid, lkb->lkb_status,
- lkb->lkb_grmode, lkb->lkb_rqmode, r->res_name);
revert_lock(r, lkb);
queue_cast(r, lkb, -EDEADLK);
error = -EDEADLK;