[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240805113315.1048591-1-john.g.garry@oracle.com>
Date: Mon, 5 Aug 2024 11:33:13 +0000
From: John Garry <john.g.garry@...cle.com>
To: axboe@...nel.dk, James.Bottomley@...senPartnership.com,
martin.petersen@...cle.com
Cc: linux-block@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-scsi@...r.kernel.org, John Garry <john.g.garry@...cle.com>
Subject: [PATCH 0/2] block atomic writes tidy-ups/fix
These two minor patches are tidy-ups for atomic write support.
Both are related to ignoring that REQ_ATOMIC can only be set for writes.
The block change could be considered a fix, as we are needlessly
checking for REQ_ATOMIC in fastpath.
Both changes can be picked up independently.
Thanks!
John Garry (2):
scsi: sd: Don't check if a write for REQ_ATOMIC
block: Don't check REQ_ATOMIC for reads
block/blk-core.c | 1 +
drivers/scsi/sd.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
--
2.31.1
Powered by blists - more mailing lists