]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: don't fragmentate stray directories
authorYan, Zheng <zheng.z.yan@intel.com>
Thu, 19 Sep 2013 05:43:39 +0000 (13:43 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Sat, 5 Oct 2013 03:31:11 +0000 (11:31 +0800)
commita242201d58f5facb4eefcde38e3fd5e9d6f61de7
tree5c338075cfe5f5ad364d9e52586182bf967ce43a
parent2eb863de2594fdae02fa5ab3056038cc12348f0c
mds: don't fragmentate stray directories

the code that prepares and purges stray dentry assumes that we never
freeze stray directories. So disable fragmentating stray directories
temporarily.

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