From: Sana Sharma <sansshar@redhat.com>
To: stefanha@redhat.com
Cc: afaria@redhat.com, linux-block@vger.kernel.org,
Sana Sharma <sansshar@redhat.com>
Subject: [RFC PATCH v2] virtio_blk: add fua write support
Date: Tue, 12 May 2026 15:18:09 -0400 [thread overview]
Message-ID: <20260512191808.45334-2-sansshar@redhat.com> (raw)
In-Reply-To: <20250508203313.GA63568@fedora>
Continuing the work of Alberto Faria <afaria@redhat.com>
this patch addresses the remaining feedback regarding removing
VIRTIO_BLK_F_OUT_FUA from features_legacy[]
Link: https://lore.kernel.org/linux-block/20250508001951.421467-1-afaria@redhat.com/
Originally-by: Alberto Faria <afaria@redhat.com>
Signed-off-by: Alberto Faria <afaria@redhat.com>
Signed-off-by: Sana Sharma <sansshar@redhat.com>
---
drivers/block/virtio_blk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c
index 5a6aa3dfb18a..aee2d503d6ef 100644
--- a/drivers/block/virtio_blk.c
+++ b/drivers/block/virtio_blk.c
@@ -1665,7 +1665,7 @@ static unsigned int features_legacy[] = {
VIRTIO_BLK_F_RO, VIRTIO_BLK_F_BLK_SIZE,
VIRTIO_BLK_F_FLUSH, VIRTIO_BLK_F_TOPOLOGY, VIRTIO_BLK_F_CONFIG_WCE,
VIRTIO_BLK_F_MQ, VIRTIO_BLK_F_DISCARD, VIRTIO_BLK_F_WRITE_ZEROES,
- VIRTIO_BLK_F_SECURE_ERASE, VIRTIO_BLK_F_OUT_FUA,
+ VIRTIO_BLK_F_SECURE_ERASE,
}
;
static unsigned int features[] = {
--
2.54.0
next prev parent reply other threads:[~2026-05-12 19:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-08 0:19 [RFC 0/2] virtio_blk: add fua write support Alberto Faria
2025-05-08 0:19 ` [RFC 1/2] " Alberto Faria
2025-05-08 20:33 ` Stefan Hajnoczi
2026-05-12 19:18 ` Sana Sharma [this message]
2025-05-08 0:19 ` [RFC 2/2] vdpa_sim_blk: add support for fua write commands Alberto Faria
2025-05-08 20:34 ` Stefan Hajnoczi
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=20260512191808.45334-2-sansshar@redhat.com \
--to=sansshar@redhat.com \
--cc=afaria@redhat.com \
--cc=linux-block@vger.kernel.org \
--cc=stefanha@redhat.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