]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
streamtest: fix recursive locking
authorSage Weil <sage@newdream.net>
Fri, 14 Nov 2008 01:45:37 +0000 (17:45 -0800)
committerSage Weil <sage@newdream.net>
Fri, 14 Nov 2008 01:45:37 +0000 (17:45 -0800)
src/streamtest.cc

index 022bdf0aa437745202e8e539a51d39926b2d142c..ddd67877a6143a12964a2adfc87bb102bd3db9e8 100644 (file)
@@ -66,7 +66,6 @@ struct C_Commit : public Context {
   off_t off;
   C_Commit(off_t o) : off(o) {}
   void finish(int r) {
-    Mutex::Locker l(lock);
     set_commit(off, g_clock.now());
   }
 };