diff options
author | David Teigland <teigland@redhat.com> | 2011-07-14 12:31:49 -0500 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2011-07-14 12:31:49 -0500 |
commit | 883ba74f43092823d0ed4c6b21f0171e9b334607 (patch) | |
tree | c738ca0d3187ffd093c9684b139f2966b64a9e14 /fs/dlm | |
parent | 3881ac04ebf94268ba3d6e486aa524fd41f893a9 (diff) | |
download | linux-3.10-883ba74f43092823d0ed4c6b21f0171e9b334607.tar.gz linux-3.10-883ba74f43092823d0ed4c6b21f0171e9b334607.tar.bz2 linux-3.10-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 'fs/dlm')
-rw-r--r-- | fs/dlm/lock.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c index 9ebeaa6e690..6772e5c5bcd 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; |