diff options
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/dlm/dlmunlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmunlock.c b/fs/ocfs2/dlm/dlmunlock.c index 9b40d60e3b49..b0c3134f4f70 100644 --- a/fs/ocfs2/dlm/dlmunlock.c +++ b/fs/ocfs2/dlm/dlmunlock.c | |||
@@ -317,7 +317,7 @@ static enum dlm_status dlm_send_remote_unlock_request(struct dlm_ctxt *dlm, | |||
317 | size_t veclen = 1; | 317 | size_t veclen = 1; |
318 | 318 | ||
319 | mlog_entry("%.*s\n", res->lockname.len, res->lockname.name); | 319 | mlog_entry("%.*s\n", res->lockname.len, res->lockname.name); |
320 | 320 | ||
321 | if (owner == dlm->node_num) { | 321 | if (owner == dlm->node_num) { |
322 | /* ended up trying to contact ourself. this means | 322 | /* ended up trying to contact ourself. this means |
323 | * that the lockres had been remote but became local | 323 | * that the lockres had been remote but became local |