]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use kthread_exit() to terminate a taskqueue thread rather than kproc_exit()
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 11 Apr 2008 17:35:54 +0000 (17:35 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 11 Apr 2008 17:35:54 +0000 (17:35 +0000)
commit03c7442d750d18e376dc8fcd8adbb9dfe3661c29
treebf12298dbc47b8c94f4552c49b2716b2117b631c
parent9cb3ef6efe444a9730306e57f9b372de22800c51
Use kthread_exit() to terminate a taskqueue thread rather than kproc_exit()
now that the taskqueue threads are kthreads rather than kprocs.

Reported by: kris
sys/kern/subr_taskqueue.c