commit | 4ee6a914edbbd2543884f0ad7d58ea471136be32 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zheng.z.yan@intel.com> | Sun Nov 24 14:43:46 2013 +0800 |
committer | Yan, Zheng <zheng.z.yan@intel.com> | Tue Jan 21 16:30:28 2014 +0800 |
tree | 459a9db93b394a25317c8ab29338668a0973d57c | |
parent | 186e4f7a4b1883f3f46aa15366c0bcebc28fdda7 [diff] |
ceph: remove exported caps when handling cap import message Version 3 cap import message includes the ID of the exported caps. It allow us to remove the exported caps if we still haven't received the corresponding cap export message. We remove the exported caps because they are stale, keeping them can compromise consistence. Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>