From: Varada Kari Date: Fri, 22 Jul 2016 11:16:32 +0000 (+0530) Subject: os/bluestore/BlueFS: Cleanup unused interfaces X-Git-Tag: ses5-milestone5~93^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6fe5e4c75b1d8a2d80d3771e52aa1b25ee27c22d;p=ceph.git os/bluestore/BlueFS: Cleanup unused interfaces Signed-off-by: Varada Kari --- diff --git a/src/os/bluestore/BlueFS.h b/src/os/bluestore/BlueFS.h index e1ff8575b7e6..40abbffd5301 100644 --- a/src/os/bluestore/BlueFS.h +++ b/src/os/bluestore/BlueFS.h @@ -346,13 +346,8 @@ public: void compact_log(); /// sync any uncommitted state to disk - int sync(); - void sync_metadata(); - /// compact metadata - int compact(); - int add_block_device(unsigned bdev, string path); uint64_t get_block_device_size(unsigned bdev);