Re: [PATCH v2 -mm 9/9] netconsole: Support dynamic reconfiguration using configfs

2007-07-13 Thread KII Keiichi
Hi Satyam, > From: Satyam Sharma <[EMAIL PROTECTED]> > > [9/9] netconsole: Support dynamic reconfiguration using configfs > > This patch introduces support for dynamic reconfiguration (adding, removing > and/or modifying parameters of netconsole targets at runtime) using a > userspace interface

Re: [PATCH v2 -mm 9/9] netconsole: Support dynamic reconfiguration using configfs

2007-07-12 Thread Satyam Sharma
Hi, On Thu, 12 Jul 2007, Keiichi KII wrote: > Hi Satyam, > > > struct netconsole_target { > > struct list_headlist; > > +#ifdef CONFIG_NETCONSOLE_DYNAMIC > > + struct config_item item; > > + int enabled; > > +#endif > > struct netpoll np;

Re: [PATCH v2 -mm 9/9] netconsole: Support dynamic reconfiguration using configfs

2007-07-12 Thread Keiichi KII
Hi Satyam, > struct netconsole_target { > struct list_headlist; > +#ifdef CONFIG_NETCONSOLE_DYNAMIC > + struct config_item item; > + int enabled; > +#endif > struct netpoll np; > }; If CONFIG_NETCONSOLE_DYNAMIC is unset, we can

[PATCH v2 -mm 9/9] netconsole: Support dynamic reconfiguration using configfs

2007-07-10 Thread Satyam Sharma
From: Satyam Sharma <[EMAIL PROTECTED]> [9/9] netconsole: Support dynamic reconfiguration using configfs This patch introduces support for dynamic reconfiguration (adding, removing and/or modifying parameters of netconsole targets at runtime) using a userspace interface exported via configfs. Doc