sd: simplify the disable case in sd_config_discard
authorChristoph Hellwig <hch@lst.de>
Fri, 31 May 2024 07:48:03 +0000 (09:48 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 14 Jun 2024 16:19:44 +0000 (10:19 -0600)
commitd15b9bd42cd3b2077812d4bf32f532a9bd5c4914
tree0b201bc05a689882f24fdbc7f42ed70d63b591ca
parent9972b8ce0d4ba373901bdd1e15e4de58fcd7f662
sd: simplify the disable case in sd_config_discard

Fall through to the main call to blk_queue_max_discard_sectors given that
max_blocks has been initialized to zero above instead of duplicating the
call.

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-9-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/scsi/sd.c