Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140107551
D32468.id96764.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
461 B
Referenced Files
None
Subscribers
None
D32468.id96764.diff
View Options
diff --git a/sys/kern/sys_socket.c b/sys/kern/sys_socket.c
--- a/sys/kern/sys_socket.c
+++ b/sys/kern/sys_socket.c
@@ -583,8 +583,6 @@
mtx_init(&soaio_jobs_lock, "soaio jobs", NULL, MTX_DEF);
soaio_kproc_unr = new_unrhdr(1, INT_MAX, NULL);
TASK_INIT(&soaio_kproc_task, 0, soaio_kproc_create, NULL);
- if (soaio_target_procs > 0)
- taskqueue_enqueue(taskqueue_thread, &soaio_kproc_task);
}
SYSINIT(soaio, SI_SUB_VFS, SI_ORDER_ANY, soaio_init, NULL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 21, 8:10 AM (2 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27109951
Default Alt Text
D32468.id96764.diff (461 B)
Attached To
Mode
D32468: Stop creating socket aio kprocs during boot.
Attached
Detach File
Event Timeline
Log In to Comment