]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: don't update_stats() on prec_replica_info
authorSage Weil <sage.weil@dreamhost.com>
Fri, 17 Feb 2012 23:26:06 +0000 (15:26 -0800)
committerSage Weil <sage.weil@dreamhost.com>
Sat, 18 Feb 2012 00:24:10 +0000 (16:24 -0800)
Nothing changes here...

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/osd/PG.cc

index fdf3e77202e3549686aa09c609d6a46add8bd103..dce0f8b5fd0eff8424246bc4361fda244bfc1778 100644 (file)
@@ -246,7 +246,6 @@ bool PG::proc_replica_info(int from, pg_info_t &oinfo)
       purge_strays();
     }
   }
-  update_stats();
 
   // was this a new info?  if so, update peers!
   if (p == peer_info.end())