[Ocfs2-commits] smushran commits r2971 -
branches/ocfs2-1.2/fs/ocfs2/cluster
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Mon Jan 29 14:22:21 PST 2007
Author: smushran
Date: 2007-01-29 14:22:20 -0800 (Mon, 29 Jan 2007)
New Revision: 2971
Modified:
branches/ocfs2-1.2/fs/ocfs2/cluster/tcp_internal.h
Log:
o2net: Update the net protocol version
Update the protocol version to account for the new dlm join message.
The dlm join message now includes the live nodemap as detected by
the joinee.
Signed-off-by: mfasheh
Modified: branches/ocfs2-1.2/fs/ocfs2/cluster/tcp_internal.h
===================================================================
--- branches/ocfs2-1.2/fs/ocfs2/cluster/tcp_internal.h 2007-01-29 22:08:34 UTC (rev 2970)
+++ branches/ocfs2-1.2/fs/ocfs2/cluster/tcp_internal.h 2007-01-29 22:22:20 UTC (rev 2971)
@@ -44,8 +44,9 @@
* protocol version:
* 1 - initial release, up through v1.2.3
* 101 - DLM lockres remote refcount change, beginning with v1.2.4
+ * 102 - DLM join domain includes the live nodemap, beginning with v1.2.4
*/
-#define O2NET_PROTOCOL_VERSION 101ULL
+#define O2NET_PROTOCOL_VERSION 102ULL
struct o2net_handshake {
__be64 protocol_version;
__be64 connector_id;
More information about the Ocfs2-commits
mailing list