Re: [PATCH 3/3] Process Notification / pnotify user: Job
| Newsgroups | gmane.linux.process-aggregates,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
Quoting Erik Jacobson ([email protected]): > Index: linux/init/Kconfig > =================================================================== > --- linux.orig/init/Kconfig 2005-09-30 12:14:10.989916853 -0500 > +++ linux/init/Kconfig 2005-09-30 13:59:19.749826026 -0500 > @@ -170,6 +170,35 @@ > Linux Jobs module and the Linux Array Sessions module. If you will not > be using such modules, say N. > > +config JOB > + tristate " Process Notification (pnotify) based jobs" Should it be possible to compile job as a module, or should this not be "tristate"? It makes use of send_group_sig_info, which is not EXPORTed. thanks, -serge