aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmdomain.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/dlm/dlmdomain.c')
-rw-r--r--fs/ocfs2/dlm/dlmdomain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmdomain.c b/fs/ocfs2/dlm/dlmdomain.c
index 8d4690795a5d..39efc5057a36 100644
--- a/fs/ocfs2/dlm/dlmdomain.c
+++ b/fs/ocfs2/dlm/dlmdomain.c
@@ -2034,7 +2034,6 @@ static struct dlm_ctxt *dlm_alloc_ctxt(const char *domain,
2034 INIT_LIST_HEAD(&dlm->list); 2034 INIT_LIST_HEAD(&dlm->list);
2035 INIT_LIST_HEAD(&dlm->dirty_list); 2035 INIT_LIST_HEAD(&dlm->dirty_list);
2036 INIT_LIST_HEAD(&dlm->reco.resources); 2036 INIT_LIST_HEAD(&dlm->reco.resources);
2037 INIT_LIST_HEAD(&dlm->reco.received);
2038 INIT_LIST_HEAD(&dlm->reco.node_data); 2037 INIT_LIST_HEAD(&dlm->reco.node_data);
2039 INIT_LIST_HEAD(&dlm->purge_list); 2038 INIT_LIST_HEAD(&dlm->purge_list);
2040 INIT_LIST_HEAD(&dlm->dlm_domain_handlers); 2039 INIT_LIST_HEAD(&dlm->dlm_domain_handlers);