Re: [PATCH 3/3] Process Notification / pnotify user: Job

From: Erik Jacobson
Date: Tue Oct 04 2005 - 10:42:37 EST


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

You are right, the patch is supposed to export that variable as well.
I must have forgot to add it to the file list using quilt before sending
it out, and I tested it as built-in so I didn't catch it.

I'll fix this. Thank you.

We're only using send_group_sig_info because it does a check for signal
'zero' which means status check. send_sig_info doesn't do that check any
more. We could probably just handle this inside job some how and use
send_sig_info instead.

--
Erik Jacobson - Linux System Software - Silicon Graphics - Eagan, Minnesota
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/