summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorEd Cashin <ecashin@coraid.com>2012-10-04 17:16:37 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-06 03:05:27 +0900
commit7392fbe5ade3b28387bb467e39f5f3e01f6c9f13 (patch)
tree0a0a9e1da36f9878aaa5e227e2c9a47a55640645 /drivers
parentb21faa25c6d25a76c09f1e05a1b18ee2372e3841 (diff)
downloadlinux-3.10-7392fbe5ade3b28387bb467e39f5f3e01f6c9f13.tar.gz
linux-3.10-7392fbe5ade3b28387bb467e39f5f3e01f6c9f13.tar.bz2
linux-3.10-7392fbe5ade3b28387bb467e39f5f3e01f6c9f13.zip
aoe: update internal version number to 49
The internal version number of the aoe driver appears in a console message when the driver loads and is usually obtained by the user with the userland aoe-version tool, part of the aoetools.[1] Although this patchset includes bugfixes backported from higher-numbered versions published on the coraid.com website, it is a form of version 49. 1. http://aoetools.sourceforge.net/ Signed-off-by: Ed Cashin <ecashin@coraid.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/block/aoe/aoe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h
index eb41fc54995..32aede997f0 100644
--- a/drivers/block/aoe/aoe.h
+++ b/drivers/block/aoe/aoe.h
@@ -1,5 +1,5 @@
/* Copyright (c) 2007 Coraid, Inc. See COPYING for GPL terms. */
-#define VERSION "47"
+#define VERSION "49"
#define AOE_MAJOR 152
#define DEVICE_NAME "aoe"