[PATCH 09/15] block: pass a queue_limits argument to blk_mq_init_queue

2024-02-12 Thread Christoph Hellwig
Pass a queue_limits to blk_mq_init_queue and apply it if non-NULL. This will allow allocating queues with valid queue limits instead of setting the values one at a time later. Also rename the function to blk_mq_alloc_queue as that is a much better name for a function that allocates a queue and al

[PATCH 09/15] block: pass a queue_limits argument to blk_mq_init_queue

2024-02-11 Thread Christoph Hellwig
Pass a queue_limits to blk_mq_init_queue and apply it if non-NULL. This will allow allocating queues with valid queue limits instead of setting the values one at a time later. Also rename the function to blk_mq_alloc_queue as that is a much better name for a function that allocates a queue and al

Re: [PATCH 09/15] block: pass a queue_limits argument to blk_mq_init_queue

2024-01-23 Thread Hannes Reinecke
On 1/22/24 18:36, Christoph Hellwig wrote: Pass a queue_limits to blk_mq_init_queue and apply it if non-NULL. This will allow allocating queues with valid queue limits instead of setting the values one at a time later. Also rename the function to blk_mq_alloc_queue as that is a much better name

Re: [PATCH 09/15] block: pass a queue_limits argument to blk_mq_init_queue

2024-01-22 Thread Damien Le Moal
On 1/23/24 02:36, Christoph Hellwig wrote: > Pass a queue_limits to blk_mq_init_queue and apply it if non-NULL. This > will allow allocating queues with valid queue limits instead of setting > the values one at a time later. > > Also rename the function to blk_mq_alloc_queue as that is a much bet

[PATCH 09/15] block: pass a queue_limits argument to blk_mq_init_queue

2024-01-22 Thread Christoph Hellwig
Pass a queue_limits to blk_mq_init_queue and apply it if non-NULL. This will allow allocating queues with valid queue limits instead of setting the values one at a time later. Also rename the function to blk_mq_alloc_queue as that is a much better name for a function that allocates a queue and al