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:
Родитель
967ef593bf
Коммит
f72f130d87
|
@ -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];
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче