mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +00:00
os/filestore: standardize lock name for better tracing
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
This commit is contained in:
parent
9389462d4e
commit
c855a7e6a7
@ -526,7 +526,7 @@ FileStore::FileStore(const std::string &base, const std::string &jdev, osflagbit
|
||||
index_manager(do_update),
|
||||
lock("FileStore::lock"),
|
||||
force_sync(false),
|
||||
sync_entry_timeo_lock("sync_entry_timeo_lock"),
|
||||
sync_entry_timeo_lock("FileStore::sync_entry_timeo_lock"),
|
||||
timer(g_ceph_context, sync_entry_timeo_lock),
|
||||
stop(false), sync_thread(this),
|
||||
fdcache(g_ceph_context),
|
||||
|
Loading…
Reference in New Issue
Block a user