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 коммит произвёл Greg Kroah-Hartman
Родитель 967ef593bf
Коммит f72f130d87
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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