]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: issue new caps before starting log entry 1641/head
authorYan, Zheng <zheng.z.yan@intel.com>
Fri, 11 Apr 2014 00:21:40 +0000 (08:21 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Fri, 11 Apr 2014 00:39:55 +0000 (08:39 +0800)
commit3db74861280445aae96dbb3a4b8164d463259dcb
tree072d5363b680075164b76feca62f959a2f5e2b99
parent02048dcc30e2c0d8a99ae98be98a8c13d45151c2
mds: issue new caps before starting log entry

Locker::issue_new_caps() calls Locker::eval(), which may dispatch
other requests.

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