Signed-off-by: Sage Weil <sage@redhat.com>
assert(mounted);
dout(1) << __func__ << dendl;
- sync_and_flush();
+ sync();
_reap_collections();
dout(20) << __func__ << " stopping fsync_wq" << dendl;
#warning write sync
}
-void NewStore::sync()
-{
-#warning write sync
-}
-
void NewStore::flush()
{
#warning write flush
}
-void NewStore::sync_and_flush()
+void NewStore::sync()
{
dout(10) << __func__ << dendl;
void sync(Context *onsync);
void sync();
void flush();
- void sync_and_flush();
unsigned get_max_object_name_length() {
return 4096;