On Mon, Oct 27, 2025 at 03:46:47AM -0700, Alok Tiwari wrote: > In virtio_fs_add_queues_sysfs(), the code incorrectly checks fs->mqs_kobj > after calling kobject_create_and_add(). Change the check to fsvq->kobj > (fs->mqs_kobj -> fsvq->kobj) to ensure the per-queue kobject is > successfully created. > > Fixes: 87cbdc396a31 ("virtio_fs: add sysfs entries for queue information") > Signed-off-by: Alok Tiwari > --- > fs/fuse/virtio_fs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Stefan Hajnoczi