[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200825135309.GA57246@VM20190228-100.tbsite.net>
Date: Tue, 25 Aug 2020 21:53:09 +0800
From: Baolin Wang <baolin.wang@...ux.alibaba.com>
To: axboe@...nel.dk
Cc: ming.lei@...hat.com, hch@....de, baolin.wang7@...il.com,
linux-block@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 0/3] Some clean-ups for bio merge
Hi,
On Tue, Aug 18, 2020 at 01:45:27PM +0800, Baolin Wang wrote:
> Hi,
>
> There are some duplicated code when trying to merge bio from pluged list
> and software queue, thus this patch set did some clean-ups when merging
> a bio. Any comments are welcome. Thanks.
>
> Changes from v1:
> - Drop patch 2 and patch 5 in v1 patch set.
> - Add reviewed-by tag from Christoph.
> - Move blk_mq_bio_list_merge() into blk-merge.c and rename it.
> - Some coding style improvements.
Any comments for this patch set? Thanks.
>
> Baolin Wang (3):
> block: Move bio merge related functions into blk-merge.c
> block: Add a new helper to attempt to merge a bio
> block: Remove blk_mq_attempt_merge() function
>
> block/blk-core.c | 156 --------------------------------------
> block/blk-merge.c | 202 +++++++++++++++++++++++++++++++++++++++++++++++++
> block/blk-mq-sched.c | 94 +++++------------------
> block/blk.h | 23 ++++--
> block/kyber-iosched.c | 2 +-
> include/linux/blk-mq.h | 2 -
> 6 files changed, 239 insertions(+), 240 deletions(-)
>
> --
> 1.8.3.1
Powered by blists - more mailing lists