]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/newstore: drop flush
authorSage Weil <sage@redhat.com>
Mon, 17 Aug 2015 19:22:42 +0000 (15:22 -0400)
committerSage Weil <sage@redhat.com>
Tue, 1 Sep 2015 17:39:37 +0000 (13:39 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/os/newstore/NewStore.cc
src/os/newstore/NewStore.h

index c4b09f74d5403b07100b8e239c2bb16371da9dab..aec8e0d40d514a8c9e00095f16ef1383ecb87ed3 100644 (file)
@@ -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;
index c93f189507b0cad473475ed5014eb17c04700732..a906e3d7fef282a1574b26c4addba65738ea4e57 100644 (file)
@@ -472,7 +472,6 @@ public:
 
   void sync(Context *onsync);
   void sync();
-  void flush();
 
   unsigned get_max_object_name_length() {
     return 4096;