From: Xie Yongji <xieyongji@bytedance.com>
To: miklos@szeredi.hu, vgoyal@redhat.com, stefanha@redhat.com
Cc: zhangjiachen.jaycee@bytedance.com, linux-fsdevel@vger.kernel.org,
virtualization@lists.linux-foundation.org
Subject: [PATCH v2 0/2] Allow skipping abort interface for virtiofs
Date: Wed, 15 Jun 2022 13:57:53 +0800 [thread overview]
Message-ID: <20220615055755.197-1-xieyongji@bytedance.com> (raw)
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
next reply other threads:[~2022-06-15 5:58 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-15 5:57 Xie Yongji [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220615055755.197-1-xieyongji@bytedance.com \
--to=xieyongji@bytedance.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=miklos@szeredi.hu \
--cc=stefanha@redhat.com \
--cc=vgoyal@redhat.com \
--cc=virtualization@lists.linux-foundation.org \
--cc=zhangjiachen.jaycee@bytedance.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).