]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: make sure readdir reply include Fs cap for directory
authorYan, Zheng <zyan@redhat.com>
Wed, 25 Mar 2015 07:40:05 +0000 (15:40 +0800)
committerYan, Zheng <zyan@redhat.com>
Wed, 25 Mar 2015 10:20:38 +0000 (18:20 +0800)
commit73e33580000c79e3660514d98ce15a656d26ed8f
treec21cace747b55bb3e2f230639755670698fc5b2e
parent2c181c2ae813811f5547a52bd1d9bace47a4dd43
mds: make sure readdir reply include Fs cap for directory

filelock in LOCK_XSYN state does not allow Fs cap. so client can't
mark directory as complete when handling the readdir reply.

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