commit | 67e2b65274e3c5fc9100544c1f90adcc85dbe597 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Wed Jan 25 18:16:22 2017 +0100 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Feb 20 12:16:14 2017 +0100 |
tree | 97d2c9c3b9e05f6eef721da9ff8ac43fa719ee62 | |
parent | 7e97332ea9caad3b7c6d86bc3b982e17eda2f736 [diff] |
rbd: set offset and length outside of rbd_obj_request_create() The allocation doesn't depend on offset and length. Both offset and length can be changed after obj_request is allocated, too. Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Reviewed-by: Jason Dillaman <dillaman@redhat.com>