]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/HashIndex: handle legacy nibblewise sort
authorSage Weil <sage@redhat.com>
Mon, 13 Jul 2015 16:36:46 +0000 (12:36 -0400)
committerSage Weil <sage@redhat.com>
Fri, 7 Aug 2015 14:16:01 +0000 (10:16 -0400)
commitea4fe7629db1491f46b7c5774d3dcc6a79da529c
tree049d76f455ab1646e750f42f9cad7518560dc505
parentc087d414cab5aa7f197323610118984b0bc5c0d9
os/HashIndex: handle legacy nibblewise sort

We need to separate the bitwise and nibblewise implementations because
they diverge too much.  Start by converting the old code to a working
nibblewise sort (compensating for the new ghobject_t sort and new args).

Signed-off-by: Sage Weil <sage@redhat.com>
src/os/HashIndex.cc
src/os/HashIndex.h