From 883ba74f43092823d0ed4c6b21f0171e9b334607 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Thu, 14 Jul 2011 12:31:49 -0500 Subject: 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 --- fs/dlm/lock.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'fs/dlm') 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; -- cgit v1.2.3