]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: use flush, not sync_on_flush
authorSage Weil <sage@newdream.net>
Fri, 29 Jan 2010 19:22:45 +0000 (11:22 -0800)
committerSage Weil <sage@newdream.net>
Fri, 29 Jan 2010 19:22:45 +0000 (11:22 -0800)
src/osd/OSD.cc

index e2d3add6a16fe35c4723d6adcfd74621988d6bd8..e398346d6cc2dcee58e95ed7669854d8eaaf5326 100644 (file)
@@ -1926,7 +1926,7 @@ void OSD::handle_osd_map(MOSDMap *m)
   disk_tp.pause_new();   // _process() may be waiting for a replica message
   
   osd_lock.Unlock();
-  store->sync_and_flush();
+  store->flush();
   osd_lock.Lock();
 
   map_lock.get_write();