From: Yan, Zheng Date: Sun, 28 Dec 2014 01:57:38 +0000 (+0800) Subject: mds: remove superfluous assertion X-Git-Tag: v0.93~87^2~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=13d8475f51886ac7b1c9b7ac31965acd65c35e78;p=ceph.git mds: remove superfluous assertion Signed-off-by: Yan, Zheng --- diff --git a/src/mds/MDCache.cc b/src/mds/MDCache.cc index e4d4c8400ae8..50439bc2164b 100644 --- a/src/mds/MDCache.cc +++ b/src/mds/MDCache.cc @@ -1856,7 +1856,7 @@ void MDCache::project_rstat_frag_to_inode(nest_info_t& rstat, nest_info_t& accou first = p->second.first; if (first > last) { dout(10) << " oldest old_inode is [" << first << "," << p->first << "], done." << dendl; - assert(p == pin->old_inodes.begin()); + //assert(p == pin->old_inodes.begin()); break; } if (p->first > last) {