From ca9bc6327d2cd122da722188bce99368c381bb8c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 17 Aug 2015 15:23:19 -0400 Subject: [PATCH] os/newstore: drop sync() Signed-off-by: Sage Weil --- src/os/newstore/NewStore.cc | 5 ----- src/os/newstore/NewStore.h | 2 -- 2 files changed, 7 deletions(-) diff --git a/src/os/newstore/NewStore.cc b/src/os/newstore/NewStore.cc index d73447ad0cdba..0b253bfe918e2 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 eb302b9aac692..231b5d5624aff 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; } -- 2.39.5