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 <ecas...@coraid.com> --- drivers/block/aoe/aoe.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h index f8d6c7e..1756494 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" -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/