diff options
Diffstat (limited to 'fs/ocfs2/dlm/dlmthread.c')
-rw-r--r-- | fs/ocfs2/dlm/dlmthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmthread.c b/fs/ocfs2/dlm/dlmthread.c index 46faac20f16c..4eff65e7e59e 100644 --- a/fs/ocfs2/dlm/dlmthread.c +++ b/fs/ocfs2/dlm/dlmthread.c | |||
@@ -207,7 +207,7 @@ static void dlm_purge_lockres(struct dlm_ctxt *dlm, | |||
207 | BUG(); | 207 | BUG(); |
208 | } | 208 | } |
209 | 209 | ||
210 | __dlm_unhash_lockres(res); | 210 | __dlm_unhash_lockres(dlm, res); |
211 | 211 | ||
212 | /* lockres is not in the hash now. drop the flag and wake up | 212 | /* lockres is not in the hash now. drop the flag and wake up |
213 | * any processes waiting in dlm_get_lock_resource. */ | 213 | * any processes waiting in dlm_get_lock_resource. */ |