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>
This commit is contained in:
Oleg Drokin 2015-08-03 21:57:45 -04:00 committed by Greg Kroah-Hartman
parent 967ef593bf
commit f72f130d87
1 changed files with 1 additions and 1 deletions

View 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];
/**