]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: amend error message in lock_acquire()
authorIlya Dryomov <idryomov@gmail.com>
Mon, 22 Dec 2025 16:22:53 +0000 (17:22 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 20 Jan 2026 00:13:20 +0000 (01:13 +0100)
commit9159a2dd032bf47a030260660ff64b5be2d72648
tree80a54c2e59b09660d904578f22ce68a7df515e4b
parent1f3dedd6ec66a343e319bc1be25f2c3c5a506de3
librbd: amend error message in lock_acquire()

... since it went stale with commit 2914eef50d69 ("rbd: Changed
exclusive-lock implementation to use the new managed-lock").  In the
context of exclusive lock, requesting the lock refers to a specific
action which may or may not be performed as part of acquiring the lock
and lock_acquire() doesn't get visibility into that.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
src/librbd/internal.cc