Messages in this thread |  | | Subject | Re: OOPS on bringing down ppp | Date | Fri, 24 Nov 2000 14:04:53 +0000 (GMT) | From | Alan Cox <> |
| |
> Not my area, but I don't think exec_usermodehelper() should assume > that current->files is always valid. > > Al, is this correct? If so, does daemonize() also need this test? > If not, then how did this thread get (current->files == NULL)?
exit_files() will leave it NULL yes. You may want to borrow (inherit ;)) the files from init_task
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |