commit | 3d7f45625a84696f61c6470a887bdc65180937a9 | [log] [tgz] |
---|---|---|
author | Mike Snitzer <snitzer@redhat.com> | Fri Dec 08 15:02:11 2017 -0500 |
committer | Mike Snitzer <snitzer@redhat.com> | Wed Dec 13 12:16:01 2017 -0500 |
tree | 48c11a264675fa92b9b042359f79d187b6726124 | |
parent | 0776aa0e30aa31b2fad606457e9d3faf39d88314 [diff] |
dm: fix __send_changing_extent_only() to send first bio and chain remainder __send_changing_extent_only() must follow the same pattern that was established with commit "dm: ensure bio submission follows a depth-first tree walk". That is: submit first bio up to split boundary and then split the remainder to further submissions. Suggested-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>