commit | 985c1673885b77b2e0167c6478a833817d1e2fe5 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Thu Apr 28 16:07:22 2016 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu May 26 00:36:24 2016 +0200 |
tree | a1cb8c44411ceaf1eb52757a9535b6312725c616 | |
parent | fcd00b68bbe2bf5606cb45c2cd4a250a390bcc1f [diff] |
libceph: fix ceph_eversion encoding eversion_t is version+epoch in userspace and is encoded in that order. ceph_eversion is defined as epoch+version in rados.h, yet we memcpy it in __send_request(). Reoder ceph_eversion fields. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>