drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parameters
authorChristoph Hellwig <hch@lst.de>
Wed, 6 Mar 2024 14:03:29 +0000 (15:03 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 6 Mar 2024 15:30:34 +0000 (08:30 -0700)
commite16344e506314e35b1a5a8ccd7b88f4b1844ebb0
treee1c993fbf93cd9fe71e8ee10a1ca21fc6173b135
parent2828908d5cc8396e7c91d04d67e03ed834234bcd
drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parameters

drbd_setup_queue_param is only called by drbd_reconsider_queue_parameters
and there is no really clear boundary of responsibilities between the
two.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Philipp Reisner <philipp.reisner@linbit.com>
Reviewed-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Tested-by: Christoph Böhmwalder <christoph.boehmwalder@linbit.com>
Link: https://lore.kernel.org/r/20240306140332.623759-5-philipp.reisner@linbit.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/drbd/drbd_nl.c