diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2011-01-19 16:57:39 +0100 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2011-09-28 10:23:03 +0200 |
commit | fd340c12c98b57ec0751ebb317057eee41be0c3d (patch) | |
tree | 8c6ded46522a064d422dfecc9583629532662326 /include/linux/drbd.h | |
parent | c012949a4084a9f91654121d28f199ef408cb9d7 (diff) | |
download | linux-fd340c12c98b57ec0751ebb317057eee41be0c3d.tar.gz linux-fd340c12c98b57ec0751ebb317057eee41be0c3d.tar.bz2 linux-fd340c12c98b57ec0751ebb317057eee41be0c3d.zip |
drbd: Use new header layout
The new header layout will only be used if the peer supports
it of course.
For the first packet and the handshake packet the old (h80)
layout is used for compatibility reasons.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'include/linux/drbd.h')
-rw-r--r-- | include/linux/drbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/drbd.h b/include/linux/drbd.h index d28202811672..35fc08a0a552 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h @@ -56,7 +56,7 @@ extern const char *drbd_buildtag(void); #define REL_VERSION "8.3.11" #define API_VERSION 88 #define PRO_VERSION_MIN 86 -#define PRO_VERSION_MAX 96 +#define PRO_VERSION_MAX 100 enum drbd_io_error_p { |