Re: [PATCH 3/5] s390: use kthread_run in qeth and lcs
From: Christoph Hellwig <hch@infradead.org>
Date: 2007-04-30 16:03:33
Also in:
linux-s390
From: Christoph Hellwig <hch@infradead.org>
Date: 2007-04-30 16:03:33
Also in:
linux-s390
On Mon, Apr 30, 2007 at 05:42:57PM +0200, Frank Pavlic wrote:
From: Eric Biederman <redacted> This patch modifies the qeth_recover thread to be started with kthread_run not a combination of kernel_thread and daemonize. Resulting in slightly simpler and more maintainable code.
NACK, this is Eric's partial conversion which doesn't help much at all. In fact it might actually hurt by introducing unpaired kthread calls.