Re: [dm-devel] Re: [2.6.23 PATCH 13/18] dm: netlink

2007-07-13 Thread Valdis . Kletnieks
On Thu, 12 Jul 2007 19:00:59 PDT, Mike Anderson said: > No, all admin tools and interfaces function as they do today. The > dm-netlink patch series only contains 9 deletions (actual just one true > deletion of existing kernel code the others are due to break up of the > patch into compilable chunk

Re: [2.6.23 PATCH 13/18] dm: netlink

2007-07-13 Thread Kay Sievers
On 7/13/07, Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: On Thu, Jul 12, 2007 at 04:31:15PM -0700, Andrew Morton ([EMAIL PROTECTED]) wrote: > > > Need a dependency on NET there? > > > > It's really sad to make DM dependent on the network layer. > > > > Yes, it would be somewhat sad. However one

Re: [2.6.23 PATCH 13/18] dm: netlink

2007-07-13 Thread Evgeniy Polyakov
On Thu, Jul 12, 2007 at 04:31:15PM -0700, Andrew Morton ([EMAIL PROTECTED]) wrote: > > > Need a dependency on NET there? > > > > It's really sad to make DM dependent on the network layer. > > > > Yes, it would be somewhat sad. However one can presumably continue to use > DM, just without "DM n

Re: [dm-devel] Re: [2.6.23 PATCH 13/18] dm: netlink

2007-07-12 Thread Mike Anderson
Andrew Morton <[EMAIL PROTECTED]> wrote: > On Thu, 12 Jul 2007 18:19:20 -0500 > Matt Mackall <[EMAIL PROTECTED]> wrote: > > > On Wed, Jul 11, 2007 at 02:27:12PM -0700, Andrew Morton wrote: > > > On Wed, 11 Jul 2007 22:01:37 +0100 > > > Alasdair G Kergon <[EMAIL PROTECTED]> wrote: > > > > > > > Fr

Re: [2.6.23 PATCH 13/18] dm: netlink

2007-07-12 Thread Mike Anderson
Matt Mackall <[EMAIL PROTECTED]> wrote: > On Wed, Jul 11, 2007 at 02:27:12PM -0700, Andrew Morton wrote: > > On Wed, 11 Jul 2007 22:01:37 +0100 > > Alasdair G Kergon <[EMAIL PROTECTED]> wrote: > > > > > From: Mike Anderson <[EMAIL PROTECTED]> > > > > > > This patch adds a dm-netlink skeleton supp

Re: [2.6.23 PATCH 13/18] dm: netlink

2007-07-12 Thread Andrew Morton
On Thu, 12 Jul 2007 18:19:20 -0500 Matt Mackall <[EMAIL PROTECTED]> wrote: > On Wed, Jul 11, 2007 at 02:27:12PM -0700, Andrew Morton wrote: > > On Wed, 11 Jul 2007 22:01:37 +0100 > > Alasdair G Kergon <[EMAIL PROTECTED]> wrote: > > > > > From: Mike Anderson <[EMAIL PROTECTED]> > > > > > > This p

Re: [2.6.23 PATCH 13/18] dm: netlink

2007-07-12 Thread Matt Mackall
On Wed, Jul 11, 2007 at 02:27:12PM -0700, Andrew Morton wrote: > On Wed, 11 Jul 2007 22:01:37 +0100 > Alasdair G Kergon <[EMAIL PROTECTED]> wrote: > > > From: Mike Anderson <[EMAIL PROTECTED]> > > > > This patch adds a dm-netlink skeleton support to the Makefile, and the dm > > directory. > > >

Re: [2.6.23 PATCH 13/18] dm: netlink

2007-07-12 Thread Mike Anderson
David Miller <[EMAIL PROTECTED]> wrote: > From: Evgeniy Polyakov <[EMAIL PROTECTED]> > Date: Thu, 12 Jul 2007 12:10:29 +0400 > > > On Wed, Jul 11, 2007 at 04:37:36PM -0700, Mike Anderson ([EMAIL PROTECTED]) > > wrote: > > > > > --- linux.orig/include/linux/netlink.h2007-07-11 > > > > > 2

Re: [2.6.23 PATCH 13/18] dm: netlink

2007-07-12 Thread David Miller
From: Evgeniy Polyakov <[EMAIL PROTECTED]> Date: Thu, 12 Jul 2007 12:10:29 +0400 > On Wed, Jul 11, 2007 at 04:37:36PM -0700, Mike Anderson ([EMAIL PROTECTED]) > wrote: > > > > --- linux.orig/include/linux/netlink.h 2007-07-11 21:37:31.0 > > > > +0100 > > > > +++ linux/include/linux/netl

Re: [2.6.23 PATCH 13/18] dm: netlink

2007-07-12 Thread Evgeniy Polyakov
On Wed, Jul 11, 2007 at 04:37:36PM -0700, Mike Anderson ([EMAIL PROTECTED]) wrote: > > > --- linux.orig/include/linux/netlink.h2007-07-11 21:37:31.0 > > > +0100 > > > +++ linux/include/linux/netlink.h 2007-07-11 21:37:50.0 +0100 > > > @@ -21,7 +21,7 @@ > > > #define NETLINK_D

Re: [2.6.23 PATCH 13/18] dm: netlink

2007-07-11 Thread Mike Anderson
Andrew Morton <[EMAIL PROTECTED]> wrote: > On Wed, 11 Jul 2007 22:01:37 +0100 > Alasdair G Kergon <[EMAIL PROTECTED]> wrote: > > > From: Mike Anderson <[EMAIL PROTECTED]> > > > > This patch adds a dm-netlink skeleton support to the Makefile, and the dm > > directory. > > > > ... > > > > +confi

Re: [2.6.23 PATCH 13/18] dm: netlink

2007-07-11 Thread Andrew Morton
On Wed, 11 Jul 2007 22:01:37 +0100 Alasdair G Kergon <[EMAIL PROTECTED]> wrote: > From: Mike Anderson <[EMAIL PROTECTED]> > > This patch adds a dm-netlink skeleton support to the Makefile, and the dm > directory. > > ... > > +config DM_NETLINK > + bool "DM netlink events (EXPERIMENTAL)" >