Re: [PATCH 1/2] add tunable_notifier function ,take2

2007-10-25 Thread Takenori Nagano
Randy Dunlap wrote: > On Thu, 18 Oct 2007 17:53:00 +0900 Takenori Nagano wrote: > >> This patch adds new notifier function tunable_notifier_chain. Its base is >> atomic_notifier_chain. >> >> Thanks, >> >> --- >> >> Signed-off-by: Takenori Nagano <[EMAIL PROTECTED]> >> >> --- >> diff -uprN

Re: [PATCH 1/2] add tunable_notifier function ,take2

2007-10-25 Thread Takenori Nagano
Randy Dunlap wrote: On Thu, 18 Oct 2007 17:53:00 +0900 Takenori Nagano wrote: This patch adds new notifier function tunable_notifier_chain. Its base is atomic_notifier_chain. Thanks, --- Signed-off-by: Takenori Nagano [EMAIL PROTECTED] --- diff -uprN linux-2.6.23.orig/kernel/sys.c

Re: [PATCH 1/2] add tunable_notifier function ,take2

2007-10-24 Thread Randy Dunlap
On Thu, 18 Oct 2007 17:53:00 +0900 Takenori Nagano wrote: > This patch adds new notifier function tunable_notifier_chain. Its base is > atomic_notifier_chain. > > Thanks, > > --- > > Signed-off-by: Takenori Nagano <[EMAIL PROTECTED]> > > --- > diff -uprN linux-2.6.23.orig/kernel/sys.c

Re: [PATCH 1/2] add tunable_notifier function ,take2

2007-10-24 Thread Randy Dunlap
On Thu, 18 Oct 2007 17:53:00 +0900 Takenori Nagano wrote: This patch adds new notifier function tunable_notifier_chain. Its base is atomic_notifier_chain. Thanks, --- Signed-off-by: Takenori Nagano [EMAIL PROTECTED] --- diff -uprN linux-2.6.23.orig/kernel/sys.c

[PATCH 1/2] add tunable_notifier function ,take2

2007-10-18 Thread Takenori Nagano
This patch adds new notifier function tunable_notifier_chain. Its base is atomic_notifier_chain. Thanks, --- Signed-off-by: Takenori Nagano <[EMAIL PROTECTED]> --- diff -uprN linux-2.6.23.orig/include/linux/notifier.h linux-2.6.23/include/linux/notifier.h ---

[PATCH 1/2] add tunable_notifier function ,take2

2007-10-18 Thread Takenori Nagano
This patch adds new notifier function tunable_notifier_chain. Its base is atomic_notifier_chain. Thanks, --- Signed-off-by: Takenori Nagano <[EMAIL PROTECTED]> --- diff -uprN linux-2.6.23.orig/include/linux/notifier.h linux-2.6.23/include/linux/notifier.h ---

[PATCH 1/2] add tunable_notifier function ,take2

2007-10-18 Thread Takenori Nagano
This patch adds new notifier function tunable_notifier_chain. Its base is atomic_notifier_chain. Thanks, --- Signed-off-by: Takenori Nagano [EMAIL PROTECTED] --- diff -uprN linux-2.6.23.orig/include/linux/notifier.h linux-2.6.23/include/linux/notifier.h ---

[PATCH 1/2] add tunable_notifier function ,take2

2007-10-18 Thread Takenori Nagano
This patch adds new notifier function tunable_notifier_chain. Its base is atomic_notifier_chain. Thanks, --- Signed-off-by: Takenori Nagano [EMAIL PROTECTED] --- diff -uprN linux-2.6.23.orig/include/linux/notifier.h linux-2.6.23/include/linux/notifier.h ---

Re: [PATCH 1/2] add tunable_notifier function

2007-10-05 Thread Eric W. Biederman
Takenori Nagano <[EMAIL PROTECTED]> writes: > This patch adds new notifier function tunable_notifier_chain. Its base is > atomic_notifier_chain. > +/** > + * tunable_notifier_chain_register - Add notifier to an tunable notifier > chain > + * @nh: Pointer to head of the tunable notifier

Re: [PATCH 1/2] add tunable_notifier function

2007-10-05 Thread Eric W. Biederman
Takenori Nagano [EMAIL PROTECTED] writes: This patch adds new notifier function tunable_notifier_chain. Its base is atomic_notifier_chain. +/** + * tunable_notifier_chain_register - Add notifier to an tunable notifier chain + * @nh: Pointer to head of the tunable notifier chain + *

Re: [PATCH 1/2] add tunable_notifier function

2007-10-04 Thread Takenori Nagano
Vivek Goyal wrote: > On Thu, Oct 04, 2007 at 08:38:34PM +0900, Takenori Nagano wrote: >> This patch adds new notifier function tunable_notifier_chain. Its base is >> atomic_notifier_chain. >> >> Thanks, >> >> --- >> >> Signed-off-by: Takenori Nagano <[EMAIL PROTECTED]> >> >> --- >> diff -uprN

Re: [PATCH 1/2] add tunable_notifier function

2007-10-04 Thread Vivek Goyal
On Thu, Oct 04, 2007 at 08:38:34PM +0900, Takenori Nagano wrote: > This patch adds new notifier function tunable_notifier_chain. Its base is > atomic_notifier_chain. > > Thanks, > > --- > > Signed-off-by: Takenori Nagano <[EMAIL PROTECTED]> > > --- > diff -uprN

Re: [PATCH 1/2] add tunable_notifier function

2007-10-04 Thread Takenori Nagano
Randy Dunlap wrote: > On Thu, 04 Oct 2007 20:38:34 +0900 Takenori Nagano wrote: >> diff -uprN linux-2.6.23-rc9.orig/kernel/sys.c linux-2.6.23-rc9/kernel/sys.c >> --- linux-2.6.23-rc9.orig/kernel/sys.c 2007-10-02 12:24:52.0 >> +0900 >> +++ linux-2.6.23-rc9/kernel/sys.c2007-10-03

Re: [PATCH 1/2] add tunable_notifier function

2007-10-04 Thread Randy Dunlap
On Thu, 04 Oct 2007 20:38:34 +0900 Takenori Nagano wrote: > This patch adds new notifier function tunable_notifier_chain. Its base is > atomic_notifier_chain. > > Thanks, > > --- > > Signed-off-by: Takenori Nagano <[EMAIL PROTECTED]> > > --- > diff -uprN linux-2.6.23-rc9.orig/kernel/sys.c

[PATCH 1/2] add tunable_notifier function

2007-10-04 Thread Takenori Nagano
This patch adds new notifier function tunable_notifier_chain. Its base is atomic_notifier_chain. Thanks, --- Signed-off-by: Takenori Nagano <[EMAIL PROTECTED]> --- diff -uprN linux-2.6.23-rc9.orig/include/linux/notifier.h linux-2.6.23-rc9/include/linux/notifier.h ---

[PATCH 1/2] add tunable_notifier function

2007-10-04 Thread Takenori Nagano
This patch adds new notifier function tunable_notifier_chain. Its base is atomic_notifier_chain. Thanks, --- Signed-off-by: Takenori Nagano [EMAIL PROTECTED] --- diff -uprN linux-2.6.23-rc9.orig/include/linux/notifier.h linux-2.6.23-rc9/include/linux/notifier.h ---

Re: [PATCH 1/2] add tunable_notifier function

2007-10-04 Thread Randy Dunlap
On Thu, 04 Oct 2007 20:38:34 +0900 Takenori Nagano wrote: This patch adds new notifier function tunable_notifier_chain. Its base is atomic_notifier_chain. Thanks, --- Signed-off-by: Takenori Nagano [EMAIL PROTECTED] --- diff -uprN linux-2.6.23-rc9.orig/kernel/sys.c

Re: [PATCH 1/2] add tunable_notifier function

2007-10-04 Thread Takenori Nagano
Randy Dunlap wrote: On Thu, 04 Oct 2007 20:38:34 +0900 Takenori Nagano wrote: diff -uprN linux-2.6.23-rc9.orig/kernel/sys.c linux-2.6.23-rc9/kernel/sys.c --- linux-2.6.23-rc9.orig/kernel/sys.c 2007-10-02 12:24:52.0 +0900 +++ linux-2.6.23-rc9/kernel/sys.c2007-10-03

Re: [PATCH 1/2] add tunable_notifier function

2007-10-04 Thread Vivek Goyal
On Thu, Oct 04, 2007 at 08:38:34PM +0900, Takenori Nagano wrote: This patch adds new notifier function tunable_notifier_chain. Its base is atomic_notifier_chain. Thanks, --- Signed-off-by: Takenori Nagano [EMAIL PROTECTED] --- diff -uprN

Re: [PATCH 1/2] add tunable_notifier function

2007-10-04 Thread Takenori Nagano
Vivek Goyal wrote: On Thu, Oct 04, 2007 at 08:38:34PM +0900, Takenori Nagano wrote: This patch adds new notifier function tunable_notifier_chain. Its base is atomic_notifier_chain. Thanks, --- Signed-off-by: Takenori Nagano [EMAIL PROTECTED] --- diff -uprN