]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/newstore: drop sync()
authorSage Weil <sage@redhat.com>
Mon, 17 Aug 2015 19:23:19 +0000 (15:23 -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 d73447ad0cdbabbecb6e69b0e85c250ded63e1c0..0b253bfe918e2ace63f3e39dc430bb3f0c6fb100 100644 (file)
@@ -998,11 +998,6 @@ int NewStore::umount()
   return 0;
 }
 
-void NewStore::sync(Context *onsync)
-{
-#warning write sync
-}
-
 void NewStore::_sync()
 {
   dout(10) << __func__ << dendl;
index eb302b9aac692f77080f62146ef453877fcf40b7..231b5d5624aff5510c8a1535c29b713433f19dda 100644 (file)
@@ -471,8 +471,6 @@ public:
   int umount();
   void _sync();
 
-  void sync(Context *onsync);
-
   unsigned get_max_object_name_length() {
     return 4096;
   }