]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/filestore: standardize lock name for better tracing 9198/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Sun, 22 May 2016 06:39:47 +0000 (14:39 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sun, 22 May 2016 06:39:47 +0000 (14:39 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/filestore/FileStore.cc

index 9ead006937c95e0d11d3444eec5bd16bf40868a8..47409c36fd85d636c478af02bf4273a84464e75b 100644 (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),