Commit f72f130d authored by Oleg Drokin's avatar Oleg Drokin Committed by Greg Kroah-Hartman
Browse files

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: default avatarOleg Drokin <green@linuxhacker.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 967ef593
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];
	/**