| To: | Randy Dunlap <randy.dunlap@xxxxxxxxxx> |
|---|---|
| Subject: | Re: [PATCH 1/2] add tunable_notifier function |
| From: | Takenori Nagano <t-nagano@xxxxxxxxxxxxx> |
| Date: | Fri, 05 Oct 2007 14:06:06 +0900 |
| Cc: | linux-kernel@xxxxxxxxxxxxxxx, vgoyal@xxxxxxxxxx, "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>, k-miyoshi@xxxxxxxxxxxxx, kexec@xxxxxxxxxxxxxxxxxxx, Bernhard Walle <bwalle@xxxxxxx>, Keith Owens <kaos@xxxxxxxxxx>, Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>, kdb@xxxxxxxxxxx |
| In-reply-to: | <20071004091157.c35f3513.randy.dunlap@xxxxxxxxxx> |
| References: | <4704D0BA.4090507@xxxxxxxxxxxxx> <20071004091157.c35f3513.randy.dunlap@xxxxxxxxxx> |
| Sender: | kdb-bounce@xxxxxxxxxxx |
| User-agent: | Thunderbird 2.0.0.6 (Windows/20070728) |
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.000000000 >> +0900 >> +++ linux-2.6.23-rc9/kernel/sys.c 2007-10-03 14:48:15.160000000 +0900 >> @@ -38,6 +38,7 @@ >> #include <linux/syscalls.h> >> #include <linux/kprobes.h> >> #include <linux/user_namespace.h> >> +#include <linux/debugfs.h> >> >> #include <asm/uaccess.h> >> #include <asm/io.h> >> @@ -393,6 +394,234 @@ int blocking_notifier_call_chain(struct > >> +/** >> + * tunable_notifier_chain_register - Add notifier to an tunable notifier >> chain >> + * @nh: Pointer to head of the tunable notifier chain >> + * @n: New entry in notifier chain >> + * @name: Pointer to the name of this notifier chain > > Is @name the name of a notifier chain or of the new notifier entry? Hi Randy, @name: Pointer to the name of the new notifier entry. I'll change the explanation. Thanks, --------------------------- Use http://oss.sgi.com/ecartis to modify your settings or to unsubscribe. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 2/2] implement new notifier function to panic_notifier_list, Takenori Nagano |
|---|---|
| Next by Date: | Re: [PATCH 0/2] add new notifier function, Takenori Nagano |
| Previous by Thread: | [PATCH 1/2] add tunable_notifier function, Takenori Nagano |
| Next by Thread: | Re: [PATCH 1/2] add tunable_notifier function, Takenori Nagano |
| Indexes: | [Date] [Thread] [Top] [All Lists] |