From b04f1e2b206619aa4ddc6450d4461764f55ca952 Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Fri, 15 Jan 2016 17:28:38 +0800 Subject: [PATCH] BlueStore: update obsolete content of comment Which does not match the reality anymore. Signed-off-by: xie xingguo --- src/os/bluestore/BlueStore.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index 484e8579b2aa5..67b5b632d5094 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -97,11 +97,11 @@ const string PREFIX_ALLOC = "B"; // u64 offset -> u64 length (freelist) * string encoding in the key * * The key string needs to lexicographically sort the same way that - * ghobject_t does. We do this by escaping anything <= to '%' with % + * ghobject_t does. We do this by escaping anything <= to '#' with # * plus a 2 digit hex string, and anything >= '~' with ~ plus the two * hex digits. * - * We use ! as a terminator for strings; this works because it is < % + * We use ! as a terminator for strings; this works because it is < # * and will get escaped if it is present in the string. * */ -- 2.39.5