]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: PgPriorSet: remove obsolete comment
authorSage Weil <sage@newdream.net>
Thu, 20 Oct 2011 22:47:54 +0000 (15:47 -0700)
committerSage Weil <sage@newdream.net>
Thu, 20 Oct 2011 22:47:54 +0000 (15:47 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
src/osd/PG.cc

index ef6c007bfef599fbd4d39a72ff48c308b9d34336..e3976a17afcb90aa5b5bead3f5990bd2a9dde235 100644 (file)
@@ -1122,9 +1122,6 @@ void PG::build_prior(std::auto_ptr<PgPriorSet> &prior_set)
                                 this));
   PgPriorSet &prior(*prior_set.get());
                                 
-  // take note that we care about the primary's up_thru.  if it
-  // changes later, it will affect our prior_set, and we'll want
-  // to rebuild it!
   if (prior.crashed) {
     state_set(PG_STATE_CRASHED);
   }