]> Git Repo - linux.git/commit
dm: stop using blk_limits_io_{min,opt}
authorChristoph Hellwig <[email protected]>
Wed, 3 Jul 2024 13:12:08 +0000 (15:12 +0200)
committerMikulas Patocka <[email protected]>
Wed, 10 Jul 2024 11:10:06 +0000 (13:10 +0200)
commit0a94a469a4f02bdcc223517fd578810ffc21c548
tree70d62c5d7197aa39e7fcd828ab8cd362495708e3
parent0d815e3400e631d227a3a95968b8c8e7e0c0ef9e
dm: stop using blk_limits_io_{min,opt}

Remove use of the blk_limits_io_{min,opt} and assign the values directly
to the queue_limits structure.  For the io_opt this is a completely
mechanical change, for io_min it removes flooring the limit to the
physical and logical block size in the particular caller.  But as
blk_validate_limits will do the same later when actually applying the
limits, there still is no change in overall behavior.

Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Mikulas Patocka <[email protected]>
drivers/md/dm-cache-target.c
drivers/md/dm-clone-target.c
drivers/md/dm-ebs-target.c
drivers/md/dm-era-target.c
drivers/md/dm-integrity.c
drivers/md/dm-raid.c
drivers/md/dm-stripe.c
drivers/md/dm-thin.c
drivers/md/dm-vdo/dm-vdo-target.c
drivers/md/dm-verity-target.c
drivers/md/dm-zoned-target.c
This page took 0.05756 seconds and 4 git commands to generate.