]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: fix rename notify
authorYan, Zheng <zheng.z.yan@intel.com>
Fri, 8 Nov 2013 10:42:33 +0000 (18:42 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Mon, 16 Dec 2013 04:15:23 +0000 (12:15 +0800)
commit31f5b0275efcd1f6686df3bac9070829a9f44e0b
tree27b069dfe91b6750610761582b7912a49052e1a5
parentbd561772ba078e98a2aa277848a473097f24086e
mds: fix rename notify

commit 1d86f77edf (mds: fix cross-authorty rename race) introduced
rename notify, but it puts the code in wrong bracket.

This patch also fixes a rename notify related bug in
MDCache::handle_mds_failure()

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
src/mds/MDCache.cc
src/mds/Server.cc