These patches were made against kernel 2.6.22-rc4. Bring driver version number to 47. Signed-off-by: Ed L. Cashin <[email protected]> --- drivers/block/aoe/aoe.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h index 1d84668..2ce5ce9 100644 --- a/drivers/block/aoe/aoe.h +++ b/drivers/block/aoe/aoe.h @@ -1,5 +1,5 @@ /* Copyright (c) 2006 Coraid, Inc. See COPYING for GPL terms. */ -#define VERSION "32" +#define VERSION "47" #define AOE_MAJOR 152 #define DEVICE_NAME "aoe" -- 1.5.2.1 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH 02/12] handle multiple network paths to AoE device
- From: "Ed L. Cashin" <[email protected]>
- [PATCH 12/12] the aoeminor doesn't need a long format
- From: "Ed L. Cashin" <[email protected]>
- [PATCH 11/12] remove extra space in prototypes for consistency
- From: "Ed L. Cashin" <[email protected]>
- [PATCH 09/12] remove race between use and initialization of locks
- From: "Ed L. Cashin" <[email protected]>
- [PATCH 08/12] only schedule work once
- From: "Ed L. Cashin" <[email protected]>
- [PATCH 10/12] add module parameter for users who need more outstanding I/O
- From: "Ed L. Cashin" <[email protected]>
- [PATCH 07/12] use a dynamic pool of sk_buffs to keep up with fast targets
- From: "Ed L. Cashin" <[email protected]>
- [PATCH 06/12] user can ask driver to forget previously detected devices
- From: "Ed L. Cashin" <[email protected]>
- [PATCH 05/12] eliminate goto and improve readability
- From: "Ed L. Cashin" <[email protected]>
- [PATCH 04/12] clean up udev configuration example
- From: "Ed L. Cashin" <[email protected]>
- [PATCH 03/12] mac_addr: avoid 64-bit arch compiler warnings
- From: "Ed L. Cashin" <[email protected]>
- [PATCH 02/12] handle multiple network paths to AoE device
- Prev by Date: Re: [patch 12/26] SLUB: Slab defragmentation core
- Next by Date: [PATCH 02/12] handle multiple network paths to AoE device
- Previous by thread: Re: [Bug 8679] New: Section mismatch: reference to .init.text
- Next by thread: [PATCH 03/12] mac_addr: avoid 64-bit arch compiler warnings
- Index(es):