commit | 26f887e0a3c43f67b550e2e5d8a76e86ca11d188 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Mon Oct 15 16:11:37 2018 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Oct 22 10:28:22 2018 +0200 |
tree | 50ff54b68af52fa81d5affcea6d7553cbfc1781c | |
parent | 39e58c3425b1816c84724e8a77f9f9daa0143263 [diff] |
libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls The current requirement is that ceph_osdc_alloc_messages() should be called after oid and oloc are known. In preparation for preallocating message data items, move ceph_osdc_alloc_messages() further down, so that it is called when OSD op codes are known. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>