From e612d9506e64d56da85f618356530b90f8c642dc Mon Sep 17 00:00:00 2001 From: yaoguotao Date: Tue, 12 Sep 2017 21:59:53 -0400 Subject: [PATCH] os/filestore/HashIndex.h: fixed a clerical error Signed-off-by: yaoguotao --- src/os/filestore/HashIndex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/filestore/HashIndex.h b/src/os/filestore/HashIndex.h index 216659bff4d..3231887487e 100644 --- a/src/os/filestore/HashIndex.h +++ b/src/os/filestore/HashIndex.h @@ -44,7 +44,7 @@ extern string reverse_hexdigit_bits_string(string l); * would be located in (root)/2/D/0/ * * Subdirectories are created when the number of objects in a - * directory exceed 16 * (abs(merge_threshhold)) * split_multiplier + + * directory exceed 16 * (abs(merge_threshhold) * split_multiplier + * split_rand_factor). The number of objects in a directory is encoded * as subdir_info_s in an xattr on the directory. */ -- 2.39.5