[Ocfs2-commits] khackel commits r1104 - branches/format-changes/src
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Tue Jun 15 18:03:19 CDT 2004
Author: khackel
Date: 2004-06-15 17:03:17 -0500 (Tue, 15 Jun 2004)
New Revision: 1104
Modified:
branches/format-changes/src/nm.c
Log:
very important fix for multinode directory consistency
when breaking a readonly cache lock, this will invalidate
the sequence numbers on the dir and its children
(probably dont need the children, but we can change that later)
Modified: branches/format-changes/src/nm.c
===================================================================
--- branches/format-changes/src/nm.c 2004-06-15 20:22:06 UTC (rev 1103)
+++ branches/format-changes/src/nm.c 2004-06-15 22:03:17 UTC (rev 1104)
@@ -1108,6 +1108,7 @@
status = 0;
vote_response = FLAG_VOTE_NODE;
+ inc_inode_seq = 1;
break;
case NOT_MASTER:
More information about the Ocfs2-commits
mailing list