The commit 15c8e72e88e0 ("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 series fixes the bug, but only remove the abort interface instead since other interfaces should be useful. V1 to V2: - Split the patch into two part [Vivek] Xie Yongji (2): fuse: Remove unused "no_control" related code virtiofs: allow skipping abort interface fs/fuse/control.c | 4 ++-- fs/fuse/fuse_i.h | 6 +++--- fs/fuse/inode.c | 2 +- fs/fuse/virtio_fs.c | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) -- 2.20.1