mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
Fix compile errors
Signed-off-by: T K Chandra Hasan <t.k.chandra.hasan@ibm.com>
This commit is contained in:
parent
ab693ef60b
commit
c2b331a134
@ -15,7 +15,6 @@
|
||||
#include "boost/algorithm/string.hpp"
|
||||
#include "bluestore_common.h"
|
||||
#include "BlueFS.h"
|
||||
#include "BlueFSCache.h"
|
||||
|
||||
#include "common/Clock.h" // for ceph_clock_now()
|
||||
#include "common/debug.h"
|
||||
|
||||
@ -62,7 +62,6 @@
|
||||
#include "Writer.h"
|
||||
#include "Compression.h"
|
||||
#include "BlueAdmin.h"
|
||||
#include "BlueFSCache.h"
|
||||
|
||||
#if defined(WITH_LTTNG)
|
||||
#define TRACEPOINT_DEFINE
|
||||
|
||||
@ -57,7 +57,6 @@
|
||||
|
||||
#include "bluestore_types.h"
|
||||
#include "bluestore_common.h"
|
||||
#include "BlueFSCache.h"
|
||||
#include "BlueFS.h"
|
||||
#include "common/EventTrace.h"
|
||||
#include "common/admin_socket.h"
|
||||
@ -2335,7 +2334,7 @@ public:
|
||||
// members
|
||||
private:
|
||||
BlueFS *bluefs = nullptr;
|
||||
std::shared_ptr<LRUCache> bluefscache = nullptr;
|
||||
std::shared_ptr<BlueFSLRUCache> bluefscache = nullptr;
|
||||
bluefs_layout_t bluefs_layout;
|
||||
utime_t next_dump_on_bluefs_alloc_failure;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user