From fbdf00fc4c61692074b975afa50f6bd3cc56f1b2 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Mon, 17 Nov 2008 12:28:48 -0600 Subject: [PATCH] --- yaml --- r: 119513 b: refs/heads/master c: 07f9eebcdfaeefc8f807fa1bcce1d7c3ae6661b1 h: refs/heads/master i: 119511: c23044a10b05c94b37590d18d7ebd8d32ab5b4c8 v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/dlmglue.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index de7a63ab638e..9a4105c54f85 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 66f502a416f18cd36179290746aa53736c6b2828 +refs/heads/master: 07f9eebcdfaeefc8f807fa1bcce1d7c3ae6661b1 diff --git a/trunk/fs/ocfs2/dlmglue.c b/trunk/fs/ocfs2/dlmglue.c index ec684426034b..6e6cc0a2e5f7 100644 --- a/trunk/fs/ocfs2/dlmglue.c +++ b/trunk/fs/ocfs2/dlmglue.c @@ -2841,9 +2841,8 @@ static void ocfs2_unlock_ast(void *opaque, int error) lockres_clear_flags(lockres, OCFS2_LOCK_BUSY); lockres->l_unlock_action = OCFS2_UNLOCK_INVALID; - spin_unlock_irqrestore(&lockres->l_lock, flags); - wake_up(&lockres->l_event); + spin_unlock_irqrestore(&lockres->l_lock, flags); mlog_exit_void(); }