git: taskqueue(9): Change timeout_task_init() to use callout_init_mp()

Aaron LI aly at crater.dragonflybsd.org
Sat Nov 4 20:33:02 PDT 2023


commit 0b4bc7ba8cdbf16a85520a97ce0d89acf779f1bf
Author: Aaron LI <aly at aaronly.me>
Date:   Wed Nov 1 13:06:22 2023 +0800

    taskqueue(9): Change timeout_task_init() to use callout_init_mp()
    
    Currently only 'vfs/autofs' and 'netproto/802_11' use this API and
    there task functions are MP-safe, so update this API to use
    callout_init_mp().

Summary of changes:
 sys/kern/subr_taskqueue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0b4bc7ba8cdbf16a85520a97ce0d89acf779f1bf


-- 
DragonFly BSD source repository


More information about the Commits mailing list