diff options
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/dlm/dlmdomain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmdomain.c b/fs/ocfs2/dlm/dlmdomain.c index 02d315fef432..50a59d2337b2 100644 --- a/fs/ocfs2/dlm/dlmdomain.c +++ b/fs/ocfs2/dlm/dlmdomain.c | |||
@@ -877,7 +877,7 @@ static int dlm_query_join_handler(struct o2net_msg *msg, u32 len, void *data, | |||
877 | * to be put in someone's domain map. | 877 | * to be put in someone's domain map. |
878 | * Also, explicitly disallow joining at certain troublesome | 878 | * Also, explicitly disallow joining at certain troublesome |
879 | * times (ie. during recovery). */ | 879 | * times (ie. during recovery). */ |
880 | if (dlm && dlm->dlm_state != DLM_CTXT_LEAVING) { | 880 | if (dlm->dlm_state != DLM_CTXT_LEAVING) { |
881 | int bit = query->node_idx; | 881 | int bit = query->node_idx; |
882 | spin_lock(&dlm->spinlock); | 882 | spin_lock(&dlm->spinlock); |
883 | 883 | ||