From: Sage Weil Date: Fri, 14 Nov 2008 01:45:37 +0000 (-0800) Subject: streamtest: fix recursive locking X-Git-Tag: v0.6~436 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e14818cad60e7a23b23e269fc0d65c5a2f471c18;p=ceph.git streamtest: fix recursive locking --- diff --git a/src/streamtest.cc b/src/streamtest.cc index 022bdf0aa43..ddd67877a61 100644 --- a/src/streamtest.cc +++ b/src/streamtest.cc @@ -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()); } };