diff options
Diffstat (limited to 'fs/ocfs2/dlm/dlmrecovery.c')
-rw-r--r-- | fs/ocfs2/dlm/dlmrecovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c index 8c60ccc7460c..e57636c399f4 100644 --- a/fs/ocfs2/dlm/dlmrecovery.c +++ b/fs/ocfs2/dlm/dlmrecovery.c | |||
@@ -1420,6 +1420,7 @@ int dlm_mig_lockres_handler(struct o2net_msg *msg, u32 len, void *data) | |||
1420 | spin_lock(&res->spinlock); | 1420 | spin_lock(&res->spinlock); |
1421 | res->state &= ~DLM_LOCK_RES_IN_PROGRESS; | 1421 | res->state &= ~DLM_LOCK_RES_IN_PROGRESS; |
1422 | spin_unlock(&res->spinlock); | 1422 | spin_unlock(&res->spinlock); |
1423 | wake_up(&res->wq); | ||
1423 | 1424 | ||
1424 | /* add an extra ref for just-allocated lockres | 1425 | /* add an extra ref for just-allocated lockres |
1425 | * otherwise the lockres will be purged immediately */ | 1426 | * otherwise the lockres will be purged immediately */ |