]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: removed lingering TODO message from ImageWatcher 3619/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 3 Feb 2015 13:57:15 +0000 (08:57 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 3 Feb 2015 13:57:15 +0000 (08:57 -0500)
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 <dillaman@redhat.com>
src/librbd/ImageWatcher.cc

index 08210bbe355705800de9a4606b7fdcf45e650b27..16a6cc95d060a1dc932069ac3d7def7e0658d58c 100644 (file)
@@ -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;
 }