File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 5050#include "common/blkdev.h"
5151#include "common/numa.h"
5252#include "common/pretty_binary.h"
53+ #include "common/WorkQueue.h"
5354#include "kv/KeyValueHistogram.h"
5455
5556#ifdef HAVE_LIBZBD
@@ -8467,8 +8468,6 @@ BlueStore::OnodeRef BlueStore::fsck_check_objects_shallow(
84678468 return o;
84688469}
84698470
8470- #include "common/WorkQueue.h"
8471-
84728471class ShallowFSCKThreadPool : public ThreadPool
84738472{
84748473public:
@@ -19180,8 +19179,6 @@ int BlueStore::read_allocation_from_drive_on_startup()
1918019179// Not meant to be run by customers
1918119180#ifdef CEPH_BLUESTORE_TOOL_RESTORE_ALLOCATION
1918219181
19183- #include <stdlib.h>
19184- #include <algorithm>
1918519182//---------------------------------------------------------
1918619183int cmpfunc (const void * a, const void * b)
1918719184{
You can’t perform that action at this time.
0 commit comments