Re: [PATCH] md/raid10: make sync_request_write() call bio_copy_data()
From: Christoph Hellwig <hch@infradead.org> Date: 2015-04-25 09:47:26
On Fri, Apr 24, 2015 at 03:52:10PM -0700, Ming Lin wrote:
From: Kent Overstreet <redacted>
Refactor sync_request_write() of md/raid10 to use bio_copy_data()
instead of open coding bio_vec iterations.
Do you plan to submit an updated version of the immutable biovecs set
soon? In that case it would be good to merge this patch through
the block tree, as it's a requirement for it AFAICS. Might be worth to
repost them together.