Feature #2760
make FileStore::collection_list_partial end on a boundary
% Done:
0%
Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:
Description
int FileStore::collection_list_partial(coll_t c, hobject_t start, int min, int max, snapid_t seq, vector<hobject_t> *ls, hobject_t *next)
ensure that *next is on a boundary or return EOVERFLOW if a boundary couldn't be found in the range [min, max]
History
#1 Updated by Samuel Just about 11 years ago
- Status changed from New to Rejected
*next is enough to figure out whether we ended on a boundary.