aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/drbd.h
diff options
context:
space:
mode:
authorPhilipp Reisner <philipp.reisner@linbit.com>2010-10-21 17:21:19 +0200
committerPhilipp Reisner <philipp.reisner@linbit.com>2010-10-22 15:55:22 +0200
commit8825f7c3e5c7b251b49fc594658a96f59417ee16 (patch)
tree051e2d3c2c05e89c573297feeae315e541dc30d8 /include/linux/drbd.h
parentdrbd: rate limit an error message (diff)
downloadlinux-dev-8825f7c3e5c7b251b49fc594658a96f59417ee16.tar.xz
linux-dev-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/drbd.h')
-rw-r--r--include/linux/drbd.h2
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