From: John Spray Date: Thu, 6 Feb 2014 22:14:25 +0000 (+0000) Subject: mds/CDir: Remove a few lines of cruft X-Git-Tag: v0.79~196^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2762ede772836c5bb942e7b0c73cfcdcd18c7960;p=ceph.git mds/CDir: Remove a few lines of cruft Signed-off-by: John Spray --- diff --git a/src/mds/CDir.cc b/src/mds/CDir.cc index e244175f59b3..a3b4945e4d84 100644 --- a/src/mds/CDir.cc +++ b/src/mds/CDir.cc @@ -201,11 +201,8 @@ CDir::CDir(CInode *in, frag_t fg, MDCache *mdcache, bool auth) : request_pins = 0; nested_anchors = 0; - - //hack_num_accessed = -1; dir_rep = REP_NONE; - //dir_rep = REP_ALL; // hack: to wring out some bugs! FIXME FIXME } /** @@ -1742,7 +1739,6 @@ void CDir::_omap_fetched(bufferlist& hdrbl, map& omap, } //cache->mds->logger->inc("newin", num_new_inodes_loaded); - //hack_num_accessed = 0; if (purged_any) log_mark_dirty();