]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging/lustre: Properly reference kthread_run instead of cfs_daemonize
authorOleg Drokin <green@linuxhacker.ru>
Tue, 4 Aug 2015 01:57:45 +0000 (21:57 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Aug 2015 18:55:44 +0000 (11:55 -0700)
cfs_daemonize is long gone and replaced by a proper call to kthread_run,
so update the comment to reflect that fact.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lustre_net.h

index 77a7de98fc8ef18cecc1d0e0fe4a04278362a36d..3bb2f8b0c30962f9c608eb936f55fb98959e3049 100644 (file)
@@ -2183,7 +2183,7 @@ struct ptlrpcd_ctl {
         */
        struct ptlrpc_request_set  *pc_set;
        /**
-        * Thread name used in cfs_daemonize()
+        * Thread name used in kthread_run()
         */
        char                    pc_name[16];
        /**