From: Jason Dillaman Date: Tue, 3 Feb 2015 13:57:15 +0000 (-0500) Subject: librbd: removed lingering TODO message from ImageWatcher X-Git-Tag: v0.93~105^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3619%2Fhead;p=ceph.git librbd: removed lingering TODO message from ImageWatcher The TODO was a reminder to integrate with the watch/notify error handler. This integration was already completed under previous commits. Fixes: #8903 Signed-off-by: Jason Dillaman --- diff --git a/src/librbd/ImageWatcher.cc b/src/librbd/ImageWatcher.cc index 08210bbe3557..16a6cc95d060 100644 --- a/src/librbd/ImageWatcher.cc +++ b/src/librbd/ImageWatcher.cc @@ -91,8 +91,6 @@ bool ImageWatcher::is_lock_supported() const { } bool ImageWatcher::is_lock_owner() const { - // TODO issue #8903 will address lost notification handling - // in cases where the lock was broken assert(m_image_ctx.owner_lock.is_locked()); return m_lock_owner_state == LOCK_OWNER_STATE_LOCKED; }