]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: optimize SnapRealm::split_at()
authorYan, Zheng <zyan@redhat.com>
Tue, 23 Dec 2014 02:19:13 +0000 (10:19 +0800)
committerYan, Zheng <zyan@redhat.com>
Thu, 5 Feb 2015 14:40:38 +0000 (22:40 +0800)
commit1a648cd1305b10892eabefb37d75fd72e5de497c
tree78087f2b146fb756fbeb78b1395bdc6d3429bf64
parented422bed3931b246bc4dd2b7c1ba64b5d105c657
mds: optimize SnapRealm::split_at()

avoid executing the 'split children' code because all snaprealms in
mdsdir has no child snaprealm.

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