~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/os/HashIndex.cc

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
462
462
    if (j == objects.end()) {
463
463
      if (min_count > 0 && out->size() > (unsigned)min_count) {
464
464
        if (next)
465
 
          *next = hobject_t("", "", CEPH_NOSNAP, hash_prefix_to_hash(*i));
 
465
          *next = hobject_t("", "", CEPH_NOSNAP, hash_prefix_to_hash(*i), -1);
466
466
        return 0;
467
467
      }
468
468
      *(next_path.rbegin()) = *(i->rbegin());