os/filestore: standardize lock name for better tracing

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
This commit is contained in:
xie xingguo 2016-05-22 14:39:47 +08:00
parent 9389462d4e
commit c855a7e6a7

View File

@ -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),