mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
os/newstore: drop flush
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
f93856f71a
commit
205344d32d
@ -1003,11 +1003,6 @@ void NewStore::sync(Context *onsync)
|
||||
#warning write sync
|
||||
}
|
||||
|
||||
void NewStore::flush()
|
||||
{
|
||||
#warning write flush
|
||||
}
|
||||
|
||||
void NewStore::sync()
|
||||
{
|
||||
dout(10) << __func__ << dendl;
|
||||
|
@ -472,7 +472,6 @@ public:
|
||||
|
||||
void sync(Context *onsync);
|
||||
void sync();
|
||||
void flush();
|
||||
|
||||
unsigned get_max_object_name_length() {
|
||||
return 4096;
|
||||
|
Loading…
Reference in New Issue
Block a user