[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bc582a25-2124-2aa8-f26b-94fd5a50f900@huaweicloud.com>
Date: Tue, 28 May 2024 21:49:44 +0800
From: Li Nan <linan666@...weicloud.com>
To: Christoph Hellwig <hch@...radead.org>, linan666@...weicloud.com
Cc: song@...nel.org, linux-raid@...r.kernel.org,
linux-kernel@...r.kernel.org, yukuai3@...wei.com, yi.zhang@...wei.com,
houtao1@...wei.com, yangerkun@...wei.com
Subject: Re: [PATCH v2] md: make md_flush_request() more readable
在 2024/5/28 21:23, Christoph Hellwig 写道:
> Looks good:
>
> Reviewed-by: Christoph Hellwig <hch@....de>
>
> .
As suggested by Kuai, I will use bio_sectors instead of bi_size in v3.
- if (bio->bi_iter.bi_size == 0) {
+ if (!bio_sectors(bio)) {
There is no any other changes, could I add your review by in v3?
--
Thanks,
Nan
Powered by blists - more mailing lists