Hi, 在 2023/05/31 15:20, Xiao Ni 写道:
@@ -110,6 +110,23 @@ static void md_bio_reset_resync_pages(struct bio *bio, struct resync_pages *rp, } while (idx++ < RESYNC_PAGES && size > 0); } + +static inline void raid1_submit_write(struct bio *bio)Hi Kuai Is it better to change the name to rdev_submit_write? It's just a suggestion. The patch looks good to me.
Yes, this sounds like a better name. Thanks, Kuai
Regards Xiao