]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: remove superfluous warning of releasing lease 872/head
authorYan, Zheng <zheng.z.yan@intel.com>
Tue, 26 Nov 2013 06:41:00 +0000 (14:41 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Tue, 26 Nov 2013 06:56:30 +0000 (14:56 +0800)
commit09a4c1bbe9ff345fd2ab3e48ac7129ff9c1c7e0f
treee1b297a7172392d22f6d1c6a070f43f40d57363b
parent29ef3d4607f77202142fb2671e0623a58fe0429b
mds: remove superfluous warning of releasing lease

When receiving the lease release message, it's possible that the lease
has already expired and the corresponding dentry has been trimmed from
the cache.

Fixes #5871

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