Re: [PATCH 3/3] kthread: convert the s390 qeth driver to use kthread

2006-08-25 Thread Christoph Hellwig
On Thu, Aug 24, 2006 at 04:25:27PM -0500, Serge E. Hallyn wrote: Convert the s390 qeth driver, which can be a module, to use kthread rather than kernel_thread, whose EXPORT_SYMBOL is deprecated. Compiles and boots, and dmesg shows it is in use for eth0. NACK. for the rationale see my reply

Josef Grömping is out of the office. Original subject : 'Re: [PATCH 3/3] kthread: convert the s390 qeth driver to use kthread'

2006-08-25 Thread Josef Groemping
Josef Grömping will be out of the office starting 25.08.2006 and will be returning on 06.09.2006. I will respond to your message when I return. - Diese E-Mail enthaelt vertrauliche oder rechtlich geschuetzte Informationen. Wenn Sie nicht der

[PATCH 3/3] kthread: convert the s390 qeth driver to use kthread

2006-08-24 Thread Serge E. Hallyn
Convert the s390 qeth driver, which can be a module, to use kthread rather than kernel_thread, whose EXPORT_SYMBOL is deprecated. Compiles and boots, and dmesg shows it is in use for eth0. Signed-off-by: Serge E. Hallyn [EMAIL PROTECTED] --- drivers/s390/net/qeth_main.c | 10 -- 1