Re: [Devel] [PATCH VZ9] fs/fuse kio: destruct fuse ktrace at the end of kio destruction

2025-02-13 Thread Alexey Kuznetsov
Ack On Fri, Feb 14, 2025 at 12:56 AM Liu Kui wrote: > > Apparently ktrace could still be used during kio destruction. An absence > of ktrace can trigger the WARN_ON check in pcs_rpc_report_error(). While > it's not fatal functionally, it does fail testcases, so fix it here. > > Related to #VSTOR-

[Devel] [PATCH VZ9] fs/fuse kio: destruct fuse ktrace at the end of kio destruction

2025-02-13 Thread Liu Kui
Apparently ktrace could still be used during kio destruction. An absence of ktrace can trigger the WARN_ON check in pcs_rpc_report_error(). While it's not fatal functionally, it does fail testcases, so fix it here. Related to #VSTOR-99621 Signed-off-by: Liu Kui --- fs/fuse/kio/pcs/pcs_fuse_kdire