Re: [PATCH v2] md: make md_flush_request() more readable
From: Li Nan
Date: Tue May 28 2024 - 09:52:40 EST
在 2024/5/28 21:23, Christoph Hellwig 写道:
Looks good:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>
.
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