summaryrefslogtreecommitdiffstats
path: root/sys/geom/eli/g_eli.c
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-08-21 18:06:35 +0000
committerpjd <pjd@FreeBSD.org>2005-08-21 18:06:35 +0000
commitaf30c99a23975a7de2f4165eacf4961c02b77c42 (patch)
treed990440b0d6aea6a57f63e07e5dc4a6d56f3c9df /sys/geom/eli/g_eli.c
parent7bd8127f8f8b5f625751054f94fee0d250660dc4 (diff)
downloadFreeBSD-src-af30c99a23975a7de2f4165eacf4961c02b77c42.zip
FreeBSD-src-af30c99a23975a7de2f4165eacf4961c02b77c42.tar.gz
Remove stale comment (we now always start worker thread).
MFC after: 3 days
Diffstat (limited to 'sys/geom/eli/g_eli.c')
-rw-r--r--sys/geom/eli/g_eli.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c
index 30dcba3..68364ef 100644
--- a/sys/geom/eli/g_eli.c
+++ b/sys/geom/eli/g_eli.c
@@ -771,11 +771,6 @@ g_eli_create(struct gctl_req *req, struct g_class *mp, struct g_provider *bpp,
goto failed;
}
- /*
- * If we cannot get hardware acceleration, create dedicated
- * thread(s) and do the crypto work in there.
- */
-
error = kthread_create(g_eli_worker, wr, &wr->w_proc, 0, 0,
"g_eli[%u] %s", i, bpp->name);
if (error != 0) {
OpenPOWER on IntegriCloud