[Ocfs2-commits] mfasheh commits r1980 - trunk/fs/ocfs2/dlm
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Tue Mar 15 18:31:48 CST 2005
Author: mfasheh
Signed-off-by: khackel
Date: 2005-03-15 18:31:47 -0600 (Tue, 15 Mar 2005)
New Revision: 1980
Modified:
trunk/fs/ocfs2/dlm/dlmmod.c
Log:
* duh, my merge with the ast list patch missed these two rather
critical lines.
Signed-off-by: khackel
Modified: trunk/fs/ocfs2/dlm/dlmmod.c
===================================================================
--- trunk/fs/ocfs2/dlm/dlmmod.c 2005-03-15 23:35:32 UTC (rev 1979)
+++ trunk/fs/ocfs2/dlm/dlmmod.c 2005-03-16 00:31:47 UTC (rev 1980)
@@ -1335,6 +1335,9 @@
INIT_LIST_HEAD(&dlm->reco.received);
INIT_LIST_HEAD(&dlm->purge_list);
+ INIT_LIST_HEAD(&dlm->pending_asts);
+ INIT_LIST_HEAD(&dlm->pending_basts);
+
dlm->dlm_thread_task = NULL;
init_waitqueue_head(&dlm->dlm_thread_wq);
INIT_LIST_HEAD(&dlm->master_list);
More information about the Ocfs2-commits
mailing list