]> Git Repo - linux.git/commit
md/raid10: make sync_request_write() call bio_copy_data()
authorKent Overstreet <[email protected]>
Thu, 7 May 2015 06:34:20 +0000 (23:34 -0700)
committerNeilBrown <[email protected]>
Tue, 16 Jun 2015 23:59:57 +0000 (09:59 +1000)
commitc31df25f20e35add6a453328c61eca15434fae18
tree8d1d16c7ed67de46d22b6c959444b28c571eeb55
parent0f57d86787d8b1076ea8f9cbdddda2a46d534a27
md/raid10: make sync_request_write() call bio_copy_data()

Refactor sync_request_write() of md/raid10 to use bio_copy_data()
instead of open coding bio_vec iterations.

Cc: Christoph Hellwig <[email protected]>
Cc: Neil Brown <[email protected]>
Cc: [email protected]
Reviewed-by: Christoph Hellwig <[email protected]>
Acked-by: NeilBrown <[email protected]>
Signed-off-by: Kent Overstreet <[email protected]>
[dpark: add more description in commit message]
Signed-off-by: Dongsu Park <[email protected]>
Signed-off-by: Ming Lin <[email protected]>
Signed-off-by: NeilBrown <[email protected]>
drivers/md/raid10.c
This page took 0.054996 seconds and 4 git commands to generate.