2006-08-18 18:52:41

by Ed L. Cashin

[permalink] [raw]
Subject: [PATCH 2.6.18-rc4] aoe [03/13]: remove unused NARGS enum

Signed-off-by: "Ed L. Cashin" <[email protected]>

The NARGS enum is left over from older code versions.

diff -upr 2.6.18-rc4-orig/drivers/block/aoe/aoechr.c 2.6.18-rc4-aoe/drivers/block/aoe/aoechr.c
--- 2.6.18-rc4-orig/drivers/block/aoe/aoechr.c 2006-08-17 16:45:34.000000000 -0400
+++ 2.6.18-rc4-aoe/drivers/block/aoe/aoechr.c 2006-08-17 16:45:34.000000000 -0400
@@ -15,7 +15,6 @@ enum {
MINOR_INTERFACES,
MINOR_REVALIDATE,
MSGSZ = 2048,
- NARGS = 10,
NMSG = 100, /* message backlog to retain */
};



--
"Ed L. Cashin" <[email protected]>


2006-08-18 22:33:41

by Alan

[permalink] [raw]
Subject: Re: [PATCH 2.6.18-rc4] aoe [03/13]: remove unused NARGS enum

Ar Gwe, 2006-08-18 am 13:39 -0400, ysgrifennodd Ed L. Cashin:
> Signed-off-by: "Ed L. Cashin" <[email protected]>
>
> The NARGS enum is left over from older code versions.
>

Acked-by: Alan Cox <[email protected]>