]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: drop locks after removing import/export state
authorYan, Zheng <zheng.z.yan@intel.com>
Sat, 10 May 2014 05:42:33 +0000 (13:42 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Sun, 18 May 2014 05:13:22 +0000 (13:13 +0800)
commitf19cd4f7855b8856004703260e2593ade7ba0cc5
tree854577b1aec8111795349485e696a25c7a119f9a
parent0bd4fa2ea817ba8d81c8a09b4bae37b8b4fe3c4b
mds: drop locks after removing import/export state

dropping locks can dispatch requests, which may export the same
dirfrag again.

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