From: yaoguotao Date: Wed, 13 Sep 2017 01:59:53 +0000 (-0400) Subject: os/filestore/HashIndex.h: fixed a clerical error X-Git-Tag: v13.0.1~941^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e612d9506e64d56da85f618356530b90f8c642dc;p=ceph-ci.git os/filestore/HashIndex.h: fixed a clerical error Signed-off-by: yaoguotao --- 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. */