[PATCH] net/rxrpc: Convert to kthread API.

Andrew Morton akpm at linux-foundation.org
Thu Apr 19 16:05:30 PDT 2007


On Thu, 19 Apr 2007 10:32:38 +0100
David Howells <dhowells at redhat.com> wrote:

> Eric W. Biederman <ebiederm at xmission.com> wrote:
> 
> > This patch modifies the startup of krxtimod, krxiod, and krxsecd
> > to use kthread_run instead of a combination of kernel_thread
> > and daemonize making the code slightly simpler and more maintainable.
> 
> Again, please drop in favour of my RxRPC patches.
> 

Do those patches convert all this code over to full use of the kthread
API?  Because it seems that a conversion would be straightforward, and
is needed.


More information about the Containers mailing list