On Tue, Aug 30, 2022 at 10:01:33PM +0100, Al Viro wrote: > On Mon, Aug 29, 2022 at 04:54:29PM -0700, Randy Dunlap wrote: > > compress_log_size=%u Support configuring compress cluster size, the size will > > - be 4KB * (1 << %u), 16KB is minimum size, also it's > > + be 4KB * (1 << %u), 16KB is minimum size, also its > > default size. > > That one doesn't look like possesive to me - more like "default size is 16KB and > values below that are not allowed"... That being said, it could also be rewritten to be easier to understand. e.g., "The default and minimum size is 16kb." - Ted