Skip to content

Commit 38b52ef

Browse files
biger410torvalds
authored andcommitted
ocfs2: bump up o2cb network protocol version
Two new messages are added to support negotiating hb timeout. Stop nodes frmo talking an old version to mount as they will cause the negotiation to fail. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Junxiao Bi <[email protected]> Reviewed-by: Mark Fasheh <[email protected]> Cc: Joel Becker <[email protected]> Cc: Joseph Qi <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 6633ca5 commit 38b52ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

fs/ocfs2/cluster/tcp_internal.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
* version here in tcp_internal.h should not need to be bumped for
4545
* filesystem locking changes.
4646
*
47+
* New in version 12
48+
* - Negotiate hb timeout when storage is down.
49+
*
4750
* New in version 11
4851
* - Negotiation of filesystem locking in the dlm join.
4952
*
@@ -75,7 +78,7 @@
7578
* - full 64 bit i_size in the metadata lock lvbs
7679
* - introduction of "rw" lock and pushing meta/data locking down
7780
*/
78-
#define O2NET_PROTOCOL_VERSION 11ULL
81+
#define O2NET_PROTOCOL_VERSION 12ULL
7982
struct o2net_handshake {
8083
__be64 protocol_version;
8184
__be64 connector_id;

0 commit comments

Comments
 (0)