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:
parent
967ef593bf
commit
f72f130d87
1 changed files with 1 additions and 1 deletions
|
@ -2183,7 +2183,7 @@ struct ptlrpcd_ctl {
|
||||||
*/
|
*/
|
||||||
struct ptlrpc_request_set *pc_set;
|
struct ptlrpc_request_set *pc_set;
|
||||||
/**
|
/**
|
||||||
* Thread name used in cfs_daemonize()
|
* Thread name used in kthread_run()
|
||||||
*/
|
*/
|
||||||
char pc_name[16];
|
char pc_name[16];
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue