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.

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 linux-2.