]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: warn clients which aren't revoking caps 2395/head
authorYan, Zheng <ukernel@gmail.com>
Thu, 4 Sep 2014 12:15:18 +0000 (20:15 +0800)
committerYan, Zheng <ukernel@gmail.com>
Fri, 5 Sep 2014 05:07:26 +0000 (13:07 +0800)
commit94173a37f5b177b954f3d02352b826ae774a8e4c
tree86e45028e3a93df79a90384c0d66fbe6761cbd6f
parenteadc352d4557d18eec0a854a479f512fb1357c58
mds: warn clients which aren't revoking caps

Add a list to Locker to track revoking caps. print a warning message if client does not
release caps within the given time.

Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/common/config_opts.h
src/mds/CInode.cc
src/mds/Capability.h
src/mds/Locker.cc
src/mds/Locker.h
src/mds/MDS.cc