summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorOleg Drokin <green@linuxhacker.ru>2015-08-03 21:57:44 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-05 11:55:44 -0700
commit967ef593bf26bdd9ddabef8eb8c1ddd8f5d2074a (patch)
tree00c16a1ad7ad914fec682c4d4d3f43029512f515 /drivers/staging/lustre
parentd27da4dae5f487d64ba52c3d505cc587c19af578 (diff)
downloadop-kernel-dev-967ef593bf26bdd9ddabef8eb8c1ddd8f5d2074a.zip
op-kernel-dev-967ef593bf26bdd9ddabef8eb8c1ddd8f5d2074a.tar.gz
staging/lustre/ptlrpc: Remove stray cfs_daemonize comment
Ever since daemonize was removed in 3.18, there are no longer any flags passed to kthread_run. Most of the comments were deleted, but this one lingered on until now. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r--drivers/staging/lustre/lustre/ptlrpc/pinger.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/ptlrpc/pinger.c b/drivers/staging/lustre/lustre/ptlrpc/pinger.c
index d05c37c..f8edb79 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/pinger.c
+++ b/drivers/staging/lustre/lustre/ptlrpc/pinger.c
@@ -318,8 +318,6 @@ int ptlrpc_start_pinger(void)
strcpy(pinger_thread.t_name, "ll_ping");
- /* CLONE_VM and CLONE_FILES just avoid a needless copy, because we
- * just drop the VM and FILES in cfs_daemonize_ctxt() right away. */
rc = PTR_ERR(kthread_run(ptlrpc_pinger_main, &pinger_thread,
"%s", pinger_thread.t_name));
if (IS_ERR_VALUE(rc)) {
OpenPOWER on IntegriCloud