]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: don't issue caps while session is stale
authorYan, Zheng <zheng.z.yan@intel.com>
Thu, 25 Jul 2013 04:33:51 +0000 (12:33 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Mon, 5 Aug 2013 03:09:07 +0000 (11:09 +0800)
commit0c22dade2481af5431c3ce06a2e2329937225a95
tree2df3ee61b5d1dbe01f2b1207287390a1a9f4b61e
parent8f67adfb696714ae23c1ed4661bef8ab9817f3e2
mds: don't issue caps while session is stale

Locker::issue_caps() does not issue new caps to stale client,
CInode::encode_inodestat() should have the same logical.

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