We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6633ca5 commit 38b52efCopy full SHA for 38b52ef
fs/ocfs2/cluster/tcp_internal.h
@@ -44,6 +44,9 @@
44
* version here in tcp_internal.h should not need to be bumped for
45
* filesystem locking changes.
46
*
47
+ * New in version 12
48
+ * - Negotiate hb timeout when storage is down.
49
+ *
50
* New in version 11
51
* - Negotiation of filesystem locking in the dlm join.
52
@@ -75,7 +78,7 @@
75
78
* - full 64 bit i_size in the metadata lock lvbs
76
79
* - introduction of "rw" lock and pushing meta/data locking down
77
80
*/
-#define O2NET_PROTOCOL_VERSION 11ULL
81
+#define O2NET_PROTOCOL_VERSION 12ULL
82
struct o2net_handshake {
83
__be64 protocol_version;
84
__be64 connector_id;
0 commit comments