linux-stable/fs/fuse
Xie Yongji bb1cc434df fuse: Remove the control interface for virtio-fs
[ Upstream commit c64797809a ]

The commit 15c8e72e88 ("fuse: allow skipping control interface and forced
unmount") tries to remove the control interface for virtio-fs since it does
not support aborting requests which are being processed. But it doesn't
work now.

This patch fixes it by skipping creating the control interface if
fuse_conn->no_control is set.

Fixes: 15c8e72e88 ("fuse: allow skipping control interface and forced unmount")
Signed-off-by: Xie Yongji <xieyongji@bytedance.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-08-25 11:18:05 +02:00
..
acl.c fuse: fix bad inode 2021-01-09 13:44:54 +01:00
control.c fuse: Remove the control interface for virtio-fs 2022-08-25 11:18:05 +02:00
cuse.c cuse: prevent clone 2021-05-19 10:08:22 +02:00
dev.c fuse: fix pipe buffer lifetime for direct_io 2022-03-16 13:21:47 +01:00
dir.c fuse: annotate lock in fuse_reverse_inval_entry() 2021-12-22 09:29:40 +01:00
file.c fuse: fix pipe buffer lifetime for direct_io 2022-03-16 13:21:47 +01:00
fuse_i.h fuse: fix pipe buffer lifetime for direct_io 2022-03-16 13:21:47 +01:00
inode.c fuse: limit nsec 2022-08-25 11:17:24 +02:00
Kconfig virtio-fs: add virtiofs filesystem 2019-09-18 20:17:50 +02:00
Makefile virtio-fs: Change module name to virtiofs.ko 2019-10-14 10:20:33 +02:00
readdir.c fuse: fix bad inode 2021-01-09 13:44:54 +01:00
virtio_fs.c virtiofs: fix memory leak in virtio_fs_probe() 2021-05-11 14:04:14 +02:00
xattr.c fuse: fix bad inode 2021-01-09 13:44:54 +01:00