]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
filestore: fix empty cond location
authorSage Weil <sage@newdream.net>
Mon, 1 Feb 2010 21:34:38 +0000 (13:34 -0800)
committerSage Weil <sage@newdream.net>
Mon, 1 Feb 2010 21:51:14 +0000 (13:51 -0800)
src/os/FileStore.cc

index 340bf0abd8d7e2f487eb2f486b81891d0034ae56..e96a56cbcaf0e3e4d0a2c6b241e52b5b4a8142b2 100644 (file)
@@ -567,8 +567,8 @@ void FileStore::op_entry()
       delete o;
 
       op_lock.Lock();
-      op_empty_cond.Signal();
     }
+    op_empty_cond.Signal();
     if (stop)
       break;
     op_cond.Wait(op_lock);