diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2010-10-21 17:21:19 +0200 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2010-10-22 15:55:22 +0200 |
commit | 8825f7c3e5c7b251b49fc594658a96f59417ee16 (patch) | |
tree | 051e2d3c2c05e89c573297feeae315e541dc30d8 /include/linux | |
parent | fb2c7a10eec051317ff091b2cb2d73c5ecd98c19 (diff) | |
download | talos-op-linux-8825f7c3e5c7b251b49fc594658a96f59417ee16.tar.gz talos-op-linux-8825f7c3e5c7b251b49fc594658a96f59417ee16.zip |
drbd: Silenced an assert
That assertion's condition needed adjustment for today's semantics
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'include/linux')
-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 9b2a0158f399..ef44c7a0638c 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h @@ -53,7 +53,7 @@ extern const char *drbd_buildtag(void); -#define REL_VERSION "8.3.9rc2" +#define REL_VERSION "8.3.9" #define API_VERSION 88 #define PRO_VERSION_MIN 86 #define PRO_VERSION_MAX 95 |