From: Ed Cashin Date: Fri, 5 Oct 2012 00:16:37 +0000 (-0700) Subject: aoe: update internal version number to 49 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7392fbe5ade3b28387bb467e39f5f3e01f6c9f13;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h index eb41fc549959..32aede997f01 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"