Re: [PATCH 12/12] the aoeminor doesn't need a long format

2007-06-26 Thread Ed L. Cashin
On Tue, Jun 26, 2007 at 12:51:07PM -0700, Randy Dunlap wrote: > On Tue, 26 Jun 2007 14:50:12 -0400 Ed L. Cashin wrote: > > > The aoedev aoeminor member doesn't need a long format. > > Was there a patch that changed aoeminor to an int? > Last I see is: > ulong aoeminor; > in linux-2.6.22-rc6

Re: [PATCH 12/12] the aoeminor doesn't need a long format

2007-06-26 Thread Randy Dunlap
On Tue, 26 Jun 2007 14:50:12 -0400 Ed L. Cashin wrote: > The aoedev aoeminor member doesn't need a long format. Was there a patch that changed aoeminor to an int? Last I see is: ulong aoeminor; in linux-2.6.22-rc6/drivers/block/aoe/aoe.h. If it's still ulong, you shouldn't change the pri

[PATCH 12/12] the aoeminor doesn't need a long format

2007-06-26 Thread Ed L. Cashin
The aoedev aoeminor member doesn't need a long format. Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]> --- drivers/block/aoe/aoeblk.c |6 +++--- drivers/block/aoe/aoecmd.c |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/block/aoe/aoeblk.c b/drivers/block/ao