aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoe.h
diff options
context:
space:
mode:
authorEd Cashin <ecashin@coraid.com>2012-12-17 16:04:19 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2012-12-17 17:15:26 -0800
commit2b37c7d865121249f2dee9ae25d524333b07be63 (patch)
treee1a90fd3263a43906e8b24d0f40537754e7b2b76 /drivers/block/aoe/aoe.h
parentaoe: identify source of runt AoE packets (diff)
downloadlinux-dev-2b37c7d865121249f2dee9ae25d524333b07be63.tar.xz
linux-dev-2b37c7d865121249f2dee9ae25d524333b07be63.zip
aoe: update internal version number to 81
This version number is printed to the console on module initialization and is available in sysfs, which is where the userland aoe-version tool looks for it. Signed-off-by: Ed Cashin <ecashin@coraid.com> Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/block/aoe/aoe.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h
index f8d6c7e18a8b..175649468c95 100644
--- a/drivers/block/aoe/aoe.h
+++ b/drivers/block/aoe/aoe.h
@@ -1,6 +1,5 @@
-
/* Copyright (c) 2012 Coraid, Inc. See COPYING for GPL terms. */
-#define VERSION "64+"
+#define VERSION "81"
#define AOE_MAJOR 152
#define DEVICE_NAME "aoe"