]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: fix the FTBFS
authorKefu Chai <kchai@redhat.com>
Tue, 22 May 2018 14:47:45 +0000 (22:47 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 10 Jul 2018 09:21:29 +0000 (17:21 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/PGBackend.cc

index b449213d7ef046b196f4f76244ac6ca3be6bb4af..7a47ce04d91e11c34ff2eaf5d39a35b01efd2c79 100644 (file)
@@ -675,7 +675,7 @@ void PGBackend::be_compare_scrubmaps(
   ostream &errorstream)
 {
   map<hobject_t,ScrubMap::object, hobject_t::BitwiseComparator>::const_iterator i;
-  map<pg_shard_t, ScrubMap *, hobject_t::BitwiseComparator>::const_iterator j;
+  map<pg_shard_t, ScrubMap *>::const_iterator j;
   set<hobject_t, hobject_t::BitwiseComparator> master_set;
   utime_t now = ceph_clock_now(NULL);