mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
librbd: corrected naming of singleton timer locker
It incorrectly included "Journal" in the name. Signed-off-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
parent
69a14fd968
commit
3a6f063ede
@ -77,7 +77,7 @@ public:
|
||||
|
||||
class SafeTimerSingleton : public SafeTimer {
|
||||
public:
|
||||
ceph::mutex lock = ceph::make_mutex("librbd::Journal::SafeTimerSingleton::lock");
|
||||
ceph::mutex lock = ceph::make_mutex("librbd::SafeTimerSingleton::lock");
|
||||
|
||||
explicit SafeTimerSingleton(CephContext *cct)
|
||||
: SafeTimer(cct, lock, true) {
|
||||
|
Loading…
Reference in New Issue
Block a user