[PATCH 3/4] xen-blkfront: don't redundantly set max_sements in blkif_recover

2024-02-21 Thread Christoph Hellwig
blkif_set_queue_limits already sets the max_sements limits, so don't do it a second time. Also remove a comment about a long fixe bug in blk_mq_update_nr_hw_queues. Signed-off-by: Christoph Hellwig Acked-by: Roger Pau Monné --- drivers/block/xen-blkfront.c | 8 +++- 1 file changed, 3 inser

Re: [PATCH 3/4] xen-blkfront: don't redundantly set max_sements in blkif_recover

2024-02-20 Thread Roger Pau Monné
On Tue, Feb 20, 2024 at 09:49:34AM +0100, Christoph Hellwig wrote: > blkif_set_queue_limits already sets the max_sements limits, so don't do > it a second time. Also remove a comment about a long fixe bug in > blk_mq_update_nr_hw_queues. > > Signed-off-by: Christoph Hellwig Acked-by: Roger Pau

[PATCH 3/4] xen-blkfront: don't redundantly set max_sements in blkif_recover

2024-02-20 Thread Christoph Hellwig
blkif_set_queue_limits already sets the max_sements limits, so don't do it a second time. Also remove a comment about a long fixe bug in blk_mq_update_nr_hw_queues. Signed-off-by: Christoph Hellwig --- drivers/block/xen-blkfront.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) d