[PATCH 01/15] block: move max_{open,active}_zones to struct queue_limits

2024-02-12 Thread Christoph Hellwig
The maximum number of open and active zones is a limit on the queue and should be places there so that we can including it in the upcoming queue limits batch update API. Signed-off-by: Christoph Hellwig Reviewed-by: Keith Busch Reviewed-by: Chaitanya Kulkarni Reviewed-by: Ming Lei Reviewed-by:

[PATCH 01/15] block: move max_{open,active}_zones to struct queue_limits

2024-02-11 Thread Christoph Hellwig
The maximum number of open and active zones is a limit on the queue and should be places there so that we can including it in the upcoming queue limits batch update API. Signed-off-by: Christoph Hellwig Reviewed-by: Keith Busch Reviewed-by: Chaitanya Kulkarni Reviewed-by: Ming Lei Reviewed-by:

Re: [PATCH 01/15] block: move max_{open,active}_zones to struct queue_limits

2024-01-23 Thread Hannes Reinecke
On 1/22/24 18:36, Christoph Hellwig wrote: The maximum number of open and active zones is a limit on the queue and should be places there so that we can including it in the upcoming queue limits batch update API. Signed-off-by: Christoph Hellwig --- include/linux/blkdev.h | 12 ++--

Re: [PATCH 01/15] block: move max_{open,active}_zones to struct queue_limits

2024-01-22 Thread Damien Le Moal
On 1/23/24 02:36, Christoph Hellwig wrote: > The maximum number of open and active zones is a limit on the queue > and should be places there so that we can including it in the upcoming > queue limits batch update API. > > Signed-off-by: Christoph Hellwig Looks good. Reviewed-by: Damien Le Moal

[PATCH 01/15] block: move max_{open,active}_zones to struct queue_limits

2024-01-22 Thread Christoph Hellwig
The maximum number of open and active zones is a limit on the queue and should be places there so that we can including it in the upcoming queue limits batch update API. Signed-off-by: Christoph Hellwig --- include/linux/blkdev.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-)