diff options
Diffstat (limited to 'fs/dlm/lock.c')
-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 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) | |||
2421 | 2421 | ||
2422 | if (deadlk) { | 2422 | if (deadlk) { |
2423 | /* it's left on the granted queue */ | 2423 | /* it's left on the granted queue */ |
2424 | log_debug(r->res_ls, "deadlock %x node %d sts%d g%d r%d %s", | ||
2425 | lkb->lkb_id, lkb->lkb_nodeid, lkb->lkb_status, | ||
2426 | lkb->lkb_grmode, lkb->lkb_rqmode, r->res_name); | ||
2427 | revert_lock(r, lkb); | 2424 | revert_lock(r, lkb); |
2428 | queue_cast(r, lkb, -EDEADLK); | 2425 | queue_cast(r, lkb, -EDEADLK); |
2429 | error = -EDEADLK; | 2426 | error = -EDEADLK; |