> > > A proper way to release the references to resources is to call daemonize()
> > > function from within the kernel thread function, which calls
> > > exit_fs()/exit_files() internally.
> > 
> > Nearly correct, the daemonize function does NOT call exit_files.
> 
> I do not post messages to linux-kernel without checking the facts
> first. Read the daemonize() function and see for yourself that you are
> wrong.

Andreas is looking at a slightly older kernel, and was right for that. Every
caller to daemonize either then did the file stuff or needed to and forgot
so I fixed daemonize

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to