ceph: remove exported caps when handling cap import message
authorYan, Zheng <zheng.z.yan@intel.com>
Sun, 24 Nov 2013 06:43:46 +0000 (14:43 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Tue, 21 Jan 2014 08:30:28 +0000 (16:30 +0800)
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>

No differences found