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

Add helper to disable discard when it is not supported and use it
instead of sd_config_discard 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-7-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/scsi/sd.c