Re: [PATCH 1/7] cxlflash: query write_zeroes limit for zeroing
From: Chaitanya Kulkarni <hidden>
Date: 2022-02-09 08:44:54
Also in:
dm-devel, linux-scsi, target-devel
From: Chaitanya Kulkarni <hidden>
Date: 2022-02-09 08:44:54
Also in:
dm-devel, linux-scsi, target-devel
On 2/9/22 12:28 AM, Christoph Hellwig wrote:
The write_same and write_zeroes limits for SCSI are effectively the same, so the current code works just fine. But we plan to remove REQ_OP_WRITE_SAME support, so switch to quering the write zeroes limit for a zeroing WRITE SAME operation. Signed-off-by: Christoph Hellwig <hch@lst.de> ---
Looks good. Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>