]> www.infradead.org Git - users/hch/block.git/commit
sd: simplify the disable case in sd_config_discard
authorChristoph Hellwig <hch@lst.de>
Tue, 21 May 2024 20:13:48 +0000 (13:13 -0700)
committerChristoph Hellwig <hch@lst.de>
Fri, 14 Jun 2024 05:20:07 +0000 (07:20 +0200)
commitfbf54d0fa9bc2306f2cfd985aa66508f458e3706
tree62689ef17538d5c6049595041dbd754d532f5f50
parent99835186f9d9c57724cbe2b780ffe464bd72c16a
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>
drivers/scsi/sd.c