]> www.infradead.org Git - users/hch/block.git/commit
sd: add a sd_disable_write_same helper
authorChristoph Hellwig <hch@lst.de>
Fri, 31 May 2024 07:48:02 +0000 (09:48 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 14 Jun 2024 16:19:44 +0000 (10:19 -0600)
commit9972b8ce0d4ba373901bdd1e15e4de58fcd7f662
tree744f9bdefdba1ae11641d36497bd6d7bf416e86f
parentb0dadb86a90bd5a7b723f9d3a6cf69da9b596496
sd: add a sd_disable_write_same helper

Add helper to disable WRITE SAME when it is not supported and use it
instead of sd_config_write_same in the I/O completion handler.  This
avoids touching more fields than required in the I/O completion handler
and  prepares for converting sd to use the atomic queue limits API.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Link: https://lore.kernel.org/r/20240531074837.1648501-8-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/scsi/sd.c