Signed-off-by: Sage Weil <sage@redhat.com>
}
int MemStore::collection_list(coll_t cid, ghobject_t start, ghobject_t end,
- int max,
+ bool sort_bitwise, int max,
vector<ghobject_t> *ls, ghobject_t *next)
{
+ if (!sort_bitwise)
+ return -EOPNOTSUPP;
CollectionRef c = get_collection(cid);
if (!c)
return -ENOENT;
bool collection_exists(coll_t c);
bool collection_empty(coll_t c);
int collection_list(coll_t cid, ghobject_t start, ghobject_t end,
- int max,
+ bool sort_bitwise, int max,
vector<ghobject_t> *ls, ghobject_t *next);
int omap_get(