]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: don't mark dirfrag dirty after dropping stale dentries
authorYan, Zheng <zyan@redhat.com>
Mon, 15 Dec 2014 01:51:52 +0000 (09:51 +0800)
committerYan, Zheng <zyan@redhat.com>
Thu, 5 Feb 2015 14:40:39 +0000 (22:40 +0800)
commitf3b61e68922a6038a6f1a3b31f3989ae4cb15e90
tree3b37bb2207694639e91158fc6a139d414fa265c5
parentad6f0cfb6d1076ce136ef4f28830370b7c440be3
mds: don't mark dirfrag dirty after dropping stale dentries

now MDS use omap to store dirfrag, and always does partial commit.
marking dirfrag dirty after dropping stale dentries is useless.

Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/mds/CDir.cc