commit | 3a482501cf701f56a454f9397aa96f477db87769 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Thu Feb 28 10:49:12 2019 +0100 |
committer | Ilya Dryomov <idryomov@gmail.com> | Tue Mar 05 18:55:17 2019 +0100 |
tree | 0b5eaafe99b81cdd7cc79aa85fd7f9a57fdcf4c2 | |
parent | 13488d53775ba5f82dc4075c424d06dfe4b6b162 [diff] |
rbd: introduce rbd_obj_issue_copyup_ops() In preparation for deep-flatten feature, split rbd_obj_issue_copyup() into two functions and add a new write state to make the state machine slightly more clear. Make the copyup op optional and start using that for when the overlap goes to 0. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>