]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
hobject_t: modify operator<<
authorSage Weil <sage@redhat.com>
Fri, 12 Dec 2014 00:25:49 +0000 (16:25 -0800)
committerSage Weil <sage@redhat.com>
Fri, 19 Jun 2015 00:02:46 +0000 (17:02 -0700)
commitecdc8f697acf1627b35a83663c219a3bb0ada453
tree69a74f8237a617bae435cc8e54a1ef318256a70f
parentafae1c7f8c0201a951925f3838e9ae46df169e5f
hobject_t: modify operator<<

Put the most significant fields to the left so that it matches the sort
order.  Also use unambiguous separator when the nspace is present
(like we do with the key).

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/hobject.cc