diff options
author | Ed Cashin <ecashin@coraid.com> | 2012-12-17 19:04:19 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-17 20:15:26 -0500 |
commit | 2b37c7d865121249f2dee9ae25d524333b07be63 (patch) | |
tree | e1a90fd3263a43906e8b24d0f40537754e7b2b76 /drivers/block/aoe | |
parent | bf29754ae8c1d611f43f0e25f1ba18e558455d8d (diff) |
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 'drivers/block/aoe')
-rw-r--r-- | 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 f8d6c7e18a8b..175649468c95 100644 --- a/drivers/block/aoe/aoe.h +++ b/drivers/block/aoe/aoe.h | |||
@@ -1,6 +1,5 @@ | |||
1 | |||
2 | /* Copyright (c) 2012 Coraid, Inc. See COPYING for GPL terms. */ | 1 | /* Copyright (c) 2012 Coraid, Inc. See COPYING for GPL terms. */ |
3 | #define VERSION "64+" | 2 | #define VERSION "81" |
4 | #define AOE_MAJOR 152 | 3 | #define AOE_MAJOR 152 |
5 | #define DEVICE_NAME "aoe" | 4 | #define DEVICE_NAME "aoe" |
6 | 5 | ||