]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/hobject_t: remove comparison operators for [g]hobject_t
authorSage Weil <sage@redhat.com>
Wed, 22 Jul 2015 13:48:31 +0000 (09:48 -0400)
committerSage Weil <sage@redhat.com>
Fri, 7 Aug 2015 14:16:02 +0000 (10:16 -0400)
commit5e23f04c6d50b766bf546b895bac8c720ec0d7fc
tree04b95d8c83164b71c7bf8b792a3c9814c7feb008
parent8063a9d310f490e8a7a5cd235753105ca1ecf377
common/hobject_t: remove comparison operators for [g]hobject_t

*All* comparisions, including everything in the OSD, needs to
conditionally use either bitwise or nibblewise sort order.  Force the
issue by using the explicit cmp methods.

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