[CIFS] Switch cifsd to kthread_run from kernel_thread
authorIgor Mammedov <qwerty0987654321@mail.ru>
Tue, 3 Apr 2007 19:16:43 +0000 (19:16 +0000)
committerSteve French <sfrench@us.ibm.com>
Tue, 3 Apr 2007 19:16:43 +0000 (19:16 +0000)
commitaaf737adb6937339494d5a7111f0433cd9676db8
tree48129ee253f62c45229f615359db72bcb81624f3
parentc33f8d32746db12ba353b0a05b25f7893a0ac344
[CIFS] Switch cifsd to kthread_run from kernel_thread

cifsd was the only cifs thread that had not been switched to the newer
kthread interface

Signed-off-by: Igor Mammedov <niallain at gmail.com>
Signed-off-by: Wilhelm Meier <wilhelm.meier@fh-kl.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c