summaryrefslogtreecommitdiffstats
path: root/src/os/bluestore/BlueStore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/bluestore/BlueStore.h')
-rw-r--r--src/os/bluestore/BlueStore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/bluestore/BlueStore.h b/src/os/bluestore/BlueStore.h
index 46709f1428f..67f52cf35ca 100644
--- a/src/os/bluestore/BlueStore.h
+++ b/src/os/bluestore/BlueStore.h
@@ -1457,8 +1457,8 @@ public:
}
void rewrite_omap_key(const std::string& old, std::string *out);
+ size_t calc_userkey_offset_in_omap_key() const;
void decode_omap_key(const std::string& key, std::string *user_key);
- void decode_omap_key(const std::string_view& key, std::string_view *user_key);
void finish_write(TransContext* txc, uint32_t offset, uint32_t length);