aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre
diff options
context:
space:
mode:
authorOleg Drokin <green@linuxhacker.ru>2015-08-03 21:57:45 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-05 11:55:44 -0700
commitf72f130d87ff05144553af4894c0c52c57d60930 (patch)
treef6eb7d7acad2f3b0e51a2a8ae569038984c39f7f /drivers/staging/lustre/lustre
parentstaging/lustre/ptlrpc: Remove stray cfs_daemonize comment (diff)
downloadlinux-dev-f72f130d87ff05144553af4894c0c52c57d60930.tar.xz
linux-dev-f72f130d87ff05144553af4894c0c52c57d60930.zip
staging/lustre: Properly reference kthread_run instead of cfs_daemonize
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>
Diffstat (limited to 'drivers/staging/lustre/lustre')
-rw-r--r--drivers/staging/lustre/lustre/include/lustre_net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/include/lustre_net.h b/drivers/staging/lustre/lustre/include/lustre_net.h
index 77a7de98fc8e..3bb2f8b0c309 100644
--- a/drivers/staging/lustre/lustre/include/lustre_net.h
+++ b/drivers/staging/lustre/lustre/include/lustre_net.h
@@ -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];
/**