[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <23174b54-b7c6-866a-8e84-f705fc391b4d@linux.alibaba.com>
Date: Thu, 13 Jul 2023 08:07:36 +0800
From: Gao Xiang <hsiangkao@...ux.alibaba.com>
To: Randy Dunlap <rdunlap@...radead.org>, linux-erofs@...ts.ozlabs.org
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] erofs: DEFLATE compression support
Hi Randy,
On 2023/7/13 08:01, Randy Dunlap wrote:
>
>
> On 7/12/23 16:46, Gao Xiang wrote:
>> diff --git a/fs/erofs/Kconfig b/fs/erofs/Kconfig
>> index f259d92c9720..d7b5327215f0 100644
>> --- a/fs/erofs/Kconfig
>> +++ b/fs/erofs/Kconfig
>> @@ -99,6 +99,21 @@ config EROFS_FS_ZIP_LZMA
>>
>> If unsure, say N.
>>
>> +config EROFS_FS_ZIP_DEFLATE
>> + bool "EROFS DEFLATE compressed data support"
>> + depends on EROFS_FS_ZIP
>> + select ZLIB_INFLATE
>> + help
>> + Saying Y here includes support for reading EROFS file systems
>> + containing DEFLATE compressed data. It gives better compression
>> + ratios than the default LZ4 format, whileas it costs more CPU
>
> not a word: whileas
After v2 is sent, I saw your comment then.
Okay, anyway, let me send v3 now.
Thanks,
Gao Xiang
Powered by blists - more mailing lists