]> www.infradead.org Git - users/jedix/linux-maple.git/commit
block: constify the lim argument to queue_limits_max_zone_append_sectors
authorChristoph Hellwig <hch@lst.de>
Mon, 26 Aug 2024 17:37:55 +0000 (19:37 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 29 Aug 2024 10:32:32 +0000 (04:32 -0600)
commit379b122a3ec8033aa43cb70e8ecb6fb7f98aa68f
treeb9b7100389d5e2004fceaab5e73616d4949cce70
parentb35243a447b9fe6457fa8e1352152b818436ba5a
block: constify the lim argument to queue_limits_max_zone_append_sectors

queue_limits_max_zone_append_sectors doesn't change the lim argument,
so mark it as const.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Tested-by: Hans Holmberg <hans.holmberg@wdc.com>
Reviewed-by: Hans Holmberg <hans.holmberg@wdc.com>
Link: https://lore.kernel.org/r/20240826173820.1690925-3-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/blkdev.h