diff options
Diffstat (limited to 'fs/gfs2/locking/dlm/thread.c')
-rw-r--r-- | fs/gfs2/locking/dlm/thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/locking/dlm/thread.c b/fs/gfs2/locking/dlm/thread.c index 554bf882a4c2..9cf1f168eaf8 100644 --- a/fs/gfs2/locking/dlm/thread.c +++ b/fs/gfs2/locking/dlm/thread.c | |||
@@ -54,7 +54,7 @@ static void process_complete(struct gdlm_lock *lp) | |||
54 | 54 | ||
55 | if (lp->lksb.sb_status == -DLM_ECANCEL) { | 55 | if (lp->lksb.sb_status == -DLM_ECANCEL) { |
56 | log_info("complete dlm cancel %x,%llx flags %lx", | 56 | log_info("complete dlm cancel %x,%llx flags %lx", |
57 | lp->lockname.ln_type, | 57 | lp->lockname.ln_type, |
58 | (unsigned long long)lp->lockname.ln_number, | 58 | (unsigned long long)lp->lockname.ln_number, |
59 | lp->flags); | 59 | lp->flags); |
60 | 60 | ||
@@ -102,7 +102,7 @@ static void process_complete(struct gdlm_lock *lp) | |||
102 | 102 | ||
103 | if (test_and_clear_bit(LFL_CANCEL, &lp->flags)) { | 103 | if (test_and_clear_bit(LFL_CANCEL, &lp->flags)) { |
104 | log_info("complete internal cancel %x,%llx", | 104 | log_info("complete internal cancel %x,%llx", |
105 | lp->lockname.ln_type, | 105 | lp->lockname.ln_type, |
106 | (unsigned long long)lp->lockname.ln_number); | 106 | (unsigned long long)lp->lockname.ln_number); |
107 | lp->req = lp->cur; | 107 | lp->req = lp->cur; |
108 | acb.lc_ret |= LM_OUT_CANCELED; | 108 | acb.lc_ret |= LM_OUT_CANCELED; |