Remove stale comment (we now always start worker thread).

MFC after:	3 days
This commit is contained in:
Pawel Jakub Dawidek 2005-08-21 18:06:35 +00:00
parent 4e4aa37e75
commit b8db9f58da

View File

@ -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) {