commit | a66dd38309f5d9c66ec9bc7911ff8da8cc37bb9f | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Thu Apr 28 16:07:23 2016 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu May 26 00:36:26 2016 +0200 |
tree | 57fad995941d806f665191d8c5d88ba3f311337a | |
parent | 63244fa123a755e4bbaee03022b68613c71d1332 [diff] |
libceph: switch to calc_target(), part 1 Replace __calc_request_pg() and most of __map_request() with calc_target() and start using req->r_t. ceph_osdc_build_request() however still encodes base_oid, because it's called before calc_target() is and target_oid is empty at that point in time; a printf in osdc_show() also shows base_oid. This is fixed in "libceph: switch to calc_target(), part 2". Signed-off-by: Ilya Dryomov <idryomov@gmail.com>