aboutsummaryrefslogtreecommitdiff
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
parent3881ac04ebf94268ba3d6e486aa524fd41f893a9 (diff)
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>
-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;