Re: [PATCH v2 1/9] blk-mq: remove blk_mq_in_flight()

2025-04-28 Thread Hannes Reinecke
On 4/27/25 10:29, Yu Kuai wrote: From: Yu Kuai It's not used and can be removed. Signed-off-by: Yu Kuai --- block/blk-mq.c | 10 -- block/blk-mq.h | 2 -- 2 files changed, 12 deletions(-) Reviewed-by: Hannes Reinecke Cheers, Hannes -- Dr. Hannes Reinecke Ker

Re: [PATCH v2 1/9] blk-mq: remove blk_mq_in_flight()

2025-04-28 Thread Yu Kuai
Hi, 在 2025/04/28 21:45, John Garry 写道: On 27/04/2025 09:29, Yu Kuai wrote: From: Yu Kuai It's not used and can be removed. it's nice to mention when it stopped being used. Ok Signed-off-by: Yu Kuai Regardless, FWIW: Reviewed-by: John Garry Thanks, Kuai .

Re: [PATCH v2 1/9] blk-mq: remove blk_mq_in_flight()

2025-04-28 Thread John Garry
On 27/04/2025 09:29, Yu Kuai wrote: From: Yu Kuai It's not used and can be removed. it's nice to mention when it stopped being used. Signed-off-by: Yu Kuai Regardless, FWIW: Reviewed-by: John Garry

Re: [PATCH v2 1/9] blk-mq: remove blk_mq_in_flight()

2025-04-28 Thread Christoph Hellwig
Looks good: Reviewed-by: Christoph Hellwig

[PATCH v2 1/9] blk-mq: remove blk_mq_in_flight()

2025-04-27 Thread Yu Kuai
From: Yu Kuai It's not used and can be removed. Signed-off-by: Yu Kuai --- block/blk-mq.c | 10 -- block/blk-mq.h | 2 -- 2 files changed, 12 deletions(-) diff --git a/block/blk-mq.c b/block/blk-mq.c index c2697db59109..301dbd3e1743 100644 --- a/block/blk-mq.c +++ b/block/blk-mq.c @@