From: Sage Weil Date: Mon, 17 Aug 2015 19:22:42 +0000 (-0400) Subject: os/newstore: drop flush X-Git-Tag: v9.1.0~242^2~72 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=205344d32d20299c2da2aa11401c714c00a0cd1c;p=ceph.git os/newstore: drop flush Signed-off-by: Sage Weil --- diff --git a/src/os/newstore/NewStore.cc b/src/os/newstore/NewStore.cc index c4b09f74d540..aec8e0d40d51 100644 --- a/src/os/newstore/NewStore.cc +++ b/src/os/newstore/NewStore.cc @@ -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; diff --git a/src/os/newstore/NewStore.h b/src/os/newstore/NewStore.h index c93f189507b0..a906e3d7fef2 100644 --- a/src/os/newstore/NewStore.h +++ b/src/os/newstore/NewStore.h @@ -472,7 +472,6 @@ public: void sync(Context *onsync); void sync(); - void flush(); unsigned get_max_object_name_length() { return 4096;