From 24349a8b856d4097975e682281c7d1b69b81625f Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Tue, 3 Feb 2015 08:57:15 -0500 Subject: [PATCH] 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 --- src/librbd/ImageWatcher.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/librbd/ImageWatcher.cc b/src/librbd/ImageWatcher.cc index 08210bbe35570..16a6cc95d060a 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; } -- 2.39.5