Skip to content

Commit 91af689

Browse files
authored
Merge pull request ceph#51781 from rzarzynski/wip-bs-no-inc-in-middle
os/bluestore: get rid of inclusion-in-the-middle from BlueStore.cc Reviewed-by: Adam Kupczyk <[email protected]> Reviewed-by: Adam Kupczyk <[email protected]>
2 parents 6e02660 + a9f013a commit 91af689

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/os/bluestore/BlueStore.cc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
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-
84728471
class ShallowFSCKThreadPool : public ThreadPool
84738472
{
84748473
public:
@@ -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
//---------------------------------------------------------
1918619183
int cmpfunc (const void * a, const void * b)
1918719184
{

0 commit comments

Comments
 (0)