Fix compile errors

Signed-off-by: T K Chandra Hasan <t.k.chandra.hasan@ibm.com>
This commit is contained in:
T K Chandra Hasan 2025-12-04 15:07:13 +05:30
parent ab693ef60b
commit c2b331a134
No known key found for this signature in database
GPG Key ID: 6ED262543ADEC5CB
3 changed files with 1 additions and 4 deletions

View File

@ -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"

View File

@ -62,7 +62,6 @@
#include "Writer.h"
#include "Compression.h"
#include "BlueAdmin.h"
#include "BlueFSCache.h"
#if defined(WITH_LTTNG)
#define TRACEPOINT_DEFINE

View File

@ -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;