aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
diff options
context:
space:
mode:
authorKurt Hackel <kurt.hackel@oracle.com>2006-05-01 13:50:12 -0700
committerMark Fasheh <mark.fasheh@oracle.com>2006-06-26 14:43:10 -0700
commit67a187412baa84dfff2d423961d86663b7fc7d3c (patch)
treebd1b0b6f2a0b90e830ceb831a7d83896ef765c8a /fs/ocfs2
parentocfs2: dlm_remaster_locks() should never exit without completing (diff)
downloadlinux-dev-67a187412baa84dfff2d423961d86663b7fc7d3c.tar.xz
linux-dev-67a187412baa84dfff2d423961d86663b7fc7d3c.zip
ocfs2: remove unneccesary spin_unlock() in dlm_remaster_locks()
Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2')
-rw-r--r--fs/ocfs2/dlm/dlmrecovery.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c
index 22a0b055cfcd..4e0aada7327f 100644
--- a/fs/ocfs2/dlm/dlmrecovery.c
+++ b/fs/ocfs2/dlm/dlmrecovery.c
@@ -624,7 +624,6 @@ static int dlm_remaster_locks(struct dlm_ctxt *dlm, u8 dead_node)
"requesting recovery info for "
"node %u\n", ndata->node_num,
dead_node);
- spin_unlock(&dlm_reco_state_lock);
break;
case DLM_RECO_NODE_DATA_RECEIVING:
case DLM_RECO_NODE_DATA_REQUESTED: