linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Allow skipping abort interface for virtiofs
@ 2022-06-15  5:57 Xie Yongji
  2022-06-15  5:57 ` [PATCH v2 1/2] fuse: Remove unused "no_control" related code Xie Yongji
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Xie Yongji @ 2022-06-15  5:57 UTC (permalink / raw)
  To: miklos, vgoyal, stefanha
  Cc: zhangjiachen.jaycee, linux-fsdevel, virtualization

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-11 11:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-15  5:57 [PATCH v2 0/2] Allow skipping abort interface for virtiofs Xie Yongji
2022-06-15  5:57 ` [PATCH v2 1/2] fuse: Remove unused "no_control" related code Xie Yongji
2022-06-15 19:56   ` Vivek Goyal
2022-06-15  5:57 ` [PATCH v2 2/2] virtiofs: allow skipping abort interface Xie Yongji
2022-06-15 19:14   ` Vivek Goyal
2022-06-15 19:57   ` Vivek Goyal
2022-07-11  8:05 ` [PATCH v2 0/2] Allow skipping abort interface for virtiofs Miklos Szeredi
2022-07-11 10:26   ` Yongji Xie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).