Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-04-08 Thread Ed L Cashin
Greg KH <[EMAIL PROTECTED]> writes: > On Thu, Apr 07, 2005 at 02:56:39PM -0400, Ed L Cashin wrote: ... >> Just aoe-AOE_PARTITIONS.patch, the seventh of the twelve, should be >> dropped. > > Ok, dropped. > >> Then later I'll send a batch of patches that will include a change to >> make aoe disks

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-04-08 Thread Ed L Cashin
Greg KH [EMAIL PROTECTED] writes: On Thu, Apr 07, 2005 at 02:56:39PM -0400, Ed L Cashin wrote: ... Just aoe-AOE_PARTITIONS.patch, the seventh of the twelve, should be dropped. Ok, dropped. Then later I'll send a batch of patches that will include a change to make aoe disks

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-04-07 Thread Greg KH
On Thu, Apr 07, 2005 at 02:56:39PM -0400, Ed L Cashin wrote: > Greg KH <[EMAIL PROTECTED]> writes: > > ... > > So, which one of the aoe patches listed at: > > > > http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/driver/ > > do you want me to drop? This one: > > >

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-04-07 Thread Ed L Cashin
Greg KH <[EMAIL PROTECTED]> writes: ... > So, which one of the aoe patches listed at: > > http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/driver/ > do you want me to drop? This one: > >

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-04-07 Thread Greg KH
On Thu, Apr 07, 2005 at 02:28:59PM -0400, Ed L Cashin wrote: > Christoph Hellwig <[EMAIL PROTECTED]> writes: > > > On Tue, Mar 29, 2005 at 11:48:48AM -0500, Ed L Cashin wrote: > >> I don't know if it matters now that we have udev. When udev manages > >> the device nodes it all just works, > > >

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-04-07 Thread Ed L Cashin
Christoph Hellwig <[EMAIL PROTECTED]> writes: > On Tue, Mar 29, 2005 at 11:48:48AM -0500, Ed L Cashin wrote: >> I don't know if it matters now that we have udev. When udev manages >> the device nodes it all just works, > > But most peopel still don't use udev. > >> If you're saying that it's bad

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-04-07 Thread Ed L Cashin
Christoph Hellwig [EMAIL PROTECTED] writes: On Tue, Mar 29, 2005 at 11:48:48AM -0500, Ed L Cashin wrote: I don't know if it matters now that we have udev. When udev manages the device nodes it all just works, But most peopel still don't use udev. If you're saying that it's bad in

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-04-07 Thread Greg KH
On Thu, Apr 07, 2005 at 02:28:59PM -0400, Ed L Cashin wrote: Christoph Hellwig [EMAIL PROTECTED] writes: On Tue, Mar 29, 2005 at 11:48:48AM -0500, Ed L Cashin wrote: I don't know if it matters now that we have udev. When udev manages the device nodes it all just works, But most

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-04-07 Thread Ed L Cashin
Greg KH [EMAIL PROTECTED] writes: ... So, which one of the aoe patches listed at: http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/driver/ do you want me to drop? This one:

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-04-07 Thread Greg KH
On Thu, Apr 07, 2005 at 02:56:39PM -0400, Ed L Cashin wrote: Greg KH [EMAIL PROTECTED] writes: ... So, which one of the aoe patches listed at: http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/driver/ do you want me to drop? This one:

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-03-29 Thread Christoph Hellwig
On Tue, Mar 29, 2005 at 11:48:48AM -0500, Ed L Cashin wrote: > I don't know if it matters now that we have udev. When udev manages > the device nodes it all just works, But most peopel still don't use udev. > If you're saying that it's bad in principal, then that's another > story. If that's

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-03-29 Thread Ed L Cashin
Christoph Hellwig <[EMAIL PROTECTED]> writes: > On Tue, Mar 29, 2005 at 11:06:16AM -0500, Ed L Cashin wrote: >> > >> > NACK. this changes devices nodes based on a compile-time option. >> >> I'm not sure I follow. This configuration option sets the number of >> partitions per device in the

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-03-29 Thread Christoph Hellwig
On Tue, Mar 29, 2005 at 11:06:16AM -0500, Ed L Cashin wrote: > > > > NACK. this changes devices nodes based on a compile-time option. > > I'm not sure I follow. This configuration option sets the number of > partitions per device in the driver. It doesn't create device nodes. > > If the

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-03-29 Thread Ed L Cashin
Christoph Hellwig <[EMAIL PROTECTED]> writes: > On Thu, Mar 24, 2005 at 07:21:28AM -0800, [EMAIL PROTECTED] wrote: >> >> support configuration of AOE_PARTITIONS from Kconfig >> >> Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]> >> >> diff -uprN a/drivers/block/Kconfig b/drivers/block/Kconfig

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-03-29 Thread Ed L Cashin
Christoph Hellwig [EMAIL PROTECTED] writes: On Thu, Mar 24, 2005 at 07:21:28AM -0800, [EMAIL PROTECTED] wrote: support configuration of AOE_PARTITIONS from Kconfig Signed-off-by: Ed L. Cashin [EMAIL PROTECTED] diff -uprN a/drivers/block/Kconfig b/drivers/block/Kconfig ---

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-03-29 Thread Christoph Hellwig
On Tue, Mar 29, 2005 at 11:06:16AM -0500, Ed L Cashin wrote: NACK. this changes devices nodes based on a compile-time option. I'm not sure I follow. This configuration option sets the number of partitions per device in the driver. It doesn't create device nodes. If the user has

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-03-29 Thread Ed L Cashin
Christoph Hellwig [EMAIL PROTECTED] writes: On Tue, Mar 29, 2005 at 11:06:16AM -0500, Ed L Cashin wrote: NACK. this changes devices nodes based on a compile-time option. I'm not sure I follow. This configuration option sets the number of partitions per device in the driver. It

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-03-29 Thread Christoph Hellwig
On Tue, Mar 29, 2005 at 11:48:48AM -0500, Ed L Cashin wrote: I don't know if it matters now that we have udev. When udev manages the device nodes it all just works, But most peopel still don't use udev. If you're saying that it's bad in principal, then that's another story. If that's what

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-03-28 Thread Christoph Hellwig
On Thu, Mar 24, 2005 at 07:21:28AM -0800, [EMAIL PROTECTED] wrote: > > support configuration of AOE_PARTITIONS from Kconfig > > Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]> > > diff -uprN a/drivers/block/Kconfig b/drivers/block/Kconfig > --- a/drivers/block/Kconfig 2005-03-07

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-03-28 Thread Christoph Hellwig
On Thu, Mar 24, 2005 at 07:21:28AM -0800, [EMAIL PROTECTED] wrote: support configuration of AOE_PARTITIONS from Kconfig Signed-off-by: Ed L. Cashin [EMAIL PROTECTED] diff -uprN a/drivers/block/Kconfig b/drivers/block/Kconfig --- a/drivers/block/Kconfig 2005-03-07 17:37:58.0

[PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-03-24 Thread ecashin
support configuration of AOE_PARTITIONS from Kconfig Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]> diff -uprN a/drivers/block/Kconfig b/drivers/block/Kconfig --- a/drivers/block/Kconfig 2005-03-07 17:37:58.0 -0500 +++ b/drivers/block/Kconfig 2005-03-10 12:19:54.0 -0500

[PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-03-24 Thread ecashin
support configuration of AOE_PARTITIONS from Kconfig Signed-off-by: Ed L. Cashin [EMAIL PROTECTED] diff -uprN a/drivers/block/Kconfig b/drivers/block/Kconfig --- a/drivers/block/Kconfig 2005-03-07 17:37:58.0 -0500 +++ b/drivers/block/Kconfig 2005-03-10 12:19:54.0 -0500