From: Sage Weil Date: Mon, 17 Aug 2015 19:23:19 +0000 (-0400) Subject: os/newstore: drop sync() X-Git-Tag: v9.1.0~242^2~70 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ca9bc6327d2cd122da722188bce99368c381bb8c;p=ceph.git os/newstore: drop sync() Signed-off-by: Sage Weil --- diff --git a/src/os/newstore/NewStore.cc b/src/os/newstore/NewStore.cc index d73447ad0cdb..0b253bfe918e 100644 --- a/src/os/newstore/NewStore.cc +++ b/src/os/newstore/NewStore.cc @@ -998,11 +998,6 @@ int NewStore::umount() return 0; } -void NewStore::sync(Context *onsync) -{ -#warning write sync -} - void NewStore::_sync() { dout(10) << __func__ << dendl; diff --git a/src/os/newstore/NewStore.h b/src/os/newstore/NewStore.h index eb302b9aac69..231b5d5624af 100644 --- a/src/os/newstore/NewStore.h +++ b/src/os/newstore/NewStore.h @@ -471,8 +471,6 @@ public: int umount(); void _sync(); - void sync(Context *onsync); - unsigned get_max_object_name_length() { return 4096; }