summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKefu Chai <tchaikov@gmail.com>2022-01-22 08:41:01 +0800
committerGitHub <noreply@github.com>2022-01-22 08:41:01 +0800
commit4ff206fc1fd5cd972f2c74520f0663f74834ed4c (patch)
treef1744da14caeae70749b63026bda962ffcfb1d68
parent427d9c0407e1acc9f6d1deedc497e50fedddee38 (diff)
parentdabb80913dc94ba7d46391d61a0283df4c5f7dc3 (diff)
downloadceph-4ff206fc1fd5cd972f2c74520f0663f74834ed4c.tar.gz
Merge pull request #44509 from rzarzynski/wip-crimson-alienstore-drop-constant
crimson/alienstore: drop unused constant from AlienStore. Reviewed-by: Samuel Just <sjust@redhat.com> Reviewed-by: Chunmei Liu <chunmei.liu@intel.com> Reviewed-by: Kefu Chai <tchaikov@gmail.com>
-rw-r--r--src/crimson/os/alienstore/alien_store.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crimson/os/alienstore/alien_store.h b/src/crimson/os/alienstore/alien_store.h
index 3c4dfa154ae..7a3db432f87 100644
--- a/src/crimson/os/alienstore/alien_store.h
+++ b/src/crimson/os/alienstore/alien_store.h
@@ -134,7 +134,6 @@ private:
// number of cores that are PREVENTED from being scheduled
// to run alien store threads.
static constexpr int N_CORES_FOR_SEASTAR = 3;
- constexpr static unsigned MAX_KEYS_PER_OMAP_GET_CALL = 32;
mutable std::unique_ptr<crimson::os::ThreadPool> tp;
const std::string type;
const std::string path;