@@ -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.
Regards
Xiao