commit | 14bb211d324d6c8140167bd6b2b8a80757348a2f | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Thu Apr 13 12:17:38 2017 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu May 04 09:19:23 2017 +0200 |
tree | aafb98077b59c9a8488b2e15082099fec2ce9a9d | |
parent | cbbfb0ff115159847121afe9c7553bd5c86f6062 [diff] |
rbd: support updating the lock cookie without releasing the lock As we no longer release the lock before potentially raising BLACKLISTED in rbd_reregister_watch(), the "either locked or blacklisted" assert in rbd_queue_workfn() needs to go: we can be both locked and blacklisted at that point now. Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Reviewed-by: Jason Dillaman <dillaman@redhat.com>