]> www.infradead.org Git - users/hch/block.git/commit
drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parameters
authorChristoph Hellwig <hch@lst.de>
Fri, 23 Feb 2024 18:25:06 +0000 (19:25 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 4 Mar 2024 14:08:02 +0000 (07:08 -0700)
commit1274b2e3265177e82732c9f420e1ea7c8e938beb
tree5d866e6dc5bc0d07846af5dad8ee5594daf70c4b
parentf92afb1b445b59ac49c6b4e1c52d5fac65884559
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>
drivers/block/drbd/drbd_nl.c