From 3c7d1f3935b2352ec043f472d5560f23ea00aa47 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Wed, 4 Mar 2020 14:50:49 -0800 Subject: [PATCH] scoutfs-utils: quick forest bloom comment update Signed-off-by: Zach Brown --- utils/src/format.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/src/format.h b/utils/src/format.h index 42eecc90..f8b777c9 100644 --- a/utils/src/format.h +++ b/utils/src/format.h @@ -328,11 +328,11 @@ struct scoutfs_bloom_block { } __packed; /* - * Log trees include a tree of items that make up a fixed size bloom - * filter. Just a few megs worth of items lets us test for the presence - * of locks that cover billions of files with a .1% chance of false - * positives. The log trees should be finalized and merged long before - * the bloom filters fill up and start returning excessive false positives. + * Item log trees are accompanied by a block of bits that make up a + * bloom filter which indicate if the item log trees may contain items + * covered by a lock. The log trees should be finalized and merged long + * before the bloom filters fill up and start returning excessive false + * positives. */ #define SCOUTFS_FOREST_BLOOM_NRS 7 #define SCOUTFS_FOREST_BLOOM_BITS \