Re: [PATCH] AOE: fix up the block device registration so that it actually works now.

2005-01-20 Thread Greg KH
On Thu, Jan 20, 2005 at 08:35:06AM -0500, Ed L Cashin wrote: > Greg KH <[EMAIL PROTECTED]> writes: > > > On Wed, Jan 19, 2005 at 09:08:14AM -0500, Ed L Cashin wrote: > >> > diff -Nru a/drivers/block/aoe/aoeblk.c b/drivers/block/aoe/aoeblk.c > >> > --- a/drivers/block/aoe/aoeblk.c 2005-01-18 16:06:

Re: [PATCH] AOE: fix up the block device registration so that it actually works now.

2005-01-20 Thread Ed L Cashin
Greg KH <[EMAIL PROTECTED]> writes: > On Wed, Jan 19, 2005 at 09:08:14AM -0500, Ed L Cashin wrote: >> > diff -Nru a/drivers/block/aoe/aoeblk.c b/drivers/block/aoe/aoeblk.c >> > --- a/drivers/block/aoe/aoeblk.c 2005-01-18 16:06:57 -08:00 >> > +++ b/drivers/block/aoe/aoeblk.c 2005-01-18 16:06:57

Re: [PATCH] AOE: fix up the block device registration so that it actually works now.

2005-01-19 Thread Greg KH
On Wed, Jan 19, 2005 at 09:08:14AM -0500, Ed L Cashin wrote: > > diff -Nru a/drivers/block/aoe/aoeblk.c b/drivers/block/aoe/aoeblk.c > > --- a/drivers/block/aoe/aoeblk.c2005-01-18 16:06:57 -08:00 > > +++ b/drivers/block/aoe/aoeblk.c2005-01-18 16:06:57 -08:00 > > @@ -249,6 +249,7 @@ > > aoe

Re: [PATCH] AOE: fix up the block device registration so that it actually works now.

2005-01-19 Thread Ed L Cashin
Greg KH <[EMAIL PROTECTED]> writes: > Ed, I need the following patch against the latest -bk tree in order to > get the aoe code to load and work properly. Does it look good to you? I hadn't submitted all my changes correctly, sorry. Here's a patch against block-2.6 that rectifies the omission.

Re: [PATCH] AOE: fix up the block device registration so that it actually works now.

2005-01-19 Thread Ed L Cashin
Greg KH <[EMAIL PROTECTED]> writes: > Ed, I need the following patch against the latest -bk tree in order to > get the aoe code to load and work properly. Does it look good to you? I'm having trouble seeing what's in -bk. I have a clone of bk://linux.bkbits.net/linux-2.5, but when I "bk pull" t

[PATCH] AOE: fix up the block device registration so that it actually works now.

2005-01-18 Thread Greg KH
Ed, I need the following patch against the latest -bk tree in order to get the aoe code to load and work properly. Does it look good to you? thanks, greg k-h - AOE: fix up the block device registration so that it actually works now. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTEC