Re: [PATCH 11/12] block: remove unused queue limits API

2024-05-31 Thread John Garry
On 29/05/2024 06:04, Christoph Hellwig wrote: Remove all APIs that are unused now that sd and sr have been converted to the atomic queue limits API. Signed-off-by: Christoph Hellwig --- Reviewed-by: John Garry

Re: [PATCH 11/12] block: remove unused queue limits API

2024-05-30 Thread Bart Van Assche
On 5/28/24 22:04, Christoph Hellwig wrote: Remove all APIs that are unused now that sd and sr have been converted to the atomic queue limits API. Reviewed-by: Bart Van Assche

Re: [PATCH 11/12] block: remove unused queue limits API

2024-05-29 Thread Damien Le Moal
On 5/29/24 14:04, Christoph Hellwig wrote: > Remove all APIs that are unused now that sd and sr have been converted > to the atomic queue limits API. > > Signed-off-by: Christoph Hellwig I think that disk_set_max_open_zones() and disk_set_max_active_zones() can also go away. -- Damien Le Moal

[PATCH 11/12] block: remove unused queue limits API

2024-05-28 Thread Christoph Hellwig
Remove all APIs that are unused now that sd and sr have been converted to the atomic queue limits API. Signed-off-by: Christoph Hellwig --- block/blk-settings.c | 190 - include/linux/blkdev.h | 12 --- 2 files changed, 202 deletions(-) diff --git a/bl