diff options
Diffstat (limited to 'fs/dlm')
-rw-r--r-- | fs/dlm/lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c index af2f2f01bd5f..3f2befa4797b 100644 --- a/fs/dlm/lock.c +++ b/fs/dlm/lock.c | |||
@@ -1757,7 +1757,7 @@ static int do_unlock(struct dlm_rsb *r, struct dlm_lkb *lkb) | |||
1757 | skip the queue_cast(ECANCEL). It indicates that the request/convert | 1757 | skip the queue_cast(ECANCEL). It indicates that the request/convert |
1758 | completed (and queued a normal ast) just before the cancel; we don't | 1758 | completed (and queued a normal ast) just before the cancel; we don't |
1759 | want to clobber the sb_result for the normal ast with ECANCEL. */ | 1759 | want to clobber the sb_result for the normal ast with ECANCEL. */ |
1760 | 1760 | ||
1761 | static int do_cancel(struct dlm_rsb *r, struct dlm_lkb *lkb) | 1761 | static int do_cancel(struct dlm_rsb *r, struct dlm_lkb *lkb) |
1762 | { | 1762 | { |
1763 | revert_lock(r, lkb); | 1763 | revert_lock(r, lkb); |