Re: [PATCH v3 6/9] vhost: Add kthread support in function vhost_worker_destroy()

2024-11-07 Thread Dan Carpenter
://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next patch link: https://lore.kernel.org/r/20241105072642.898710-7-lulu%40redhat.com patch subject: [PATCH v3 6/9] vhost: Add kthread support in function vhost_worker_destroy() config: x86_64-randconfig-161-20241106 (https://download.01.org/0day

[PATCH v3 6/9] vhost: Add kthread support in function vhost_worker_destroy()

2024-11-05 Thread Cindy Lu
The function vhost_worker_destroy() will use struct vhost_task_fn and selects the different mode based on the value of inherit_owner. Signed-off-by: Cindy Lu --- drivers/vhost/vhost.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/