Message ID | 20190702153031.3832-1-bvanassche@acm.org (mailing list archive) |
---|---|
Headers | show |
Series | Use REQ_OP_WRITE_SAME to implement WRITE SAME | expand |
I actually rather wanted to get rid of REQ_OP_WRITE_SAME entirely. Do you have a use case for this? Note that it isn't going to help with nvme either, as there is no write same command in nvme.
On 7/2/19 9:26 AM, Christoph Hellwig wrote: > I actually rather wanted to get rid of REQ_OP_WRITE_SAME entirely. > Do you have a use case for this? Hi Christoph, I don't have a use case for this myself. I posted these patches because Roman Bolshakov reported a bug in the SCSI target WRITE SAME implementation. I think that means that he uses this functionality. Bart.