Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 90893C64ED6 for ; Mon, 27 Feb 2023 09:43:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229799AbjB0JnA (ORCPT ); Mon, 27 Feb 2023 04:43:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52586 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229598AbjB0Jmq (ORCPT ); Mon, 27 Feb 2023 04:42:46 -0500 Received: from out30-111.freemail.mail.aliyun.com (out30-111.freemail.mail.aliyun.com [115.124.30.111]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DFAFBD529 for ; Mon, 27 Feb 2023 01:42:44 -0800 (PST) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R161e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046056;MF=hsiangkao@linux.alibaba.com;NM=1;PH=DS;RN=8;SR=0;TI=SMTPD_---0VccFXUx_1677490960; Received: from 30.97.48.235(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0VccFXUx_1677490960) by smtp.aliyun-inc.com; Mon, 27 Feb 2023 17:42:41 +0800 Message-ID: <4c6ada29-234f-623d-c4c6-1a98a678323b@linux.alibaba.com> Date: Mon, 27 Feb 2023 17:42:40 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [PATCH] erofs: don't warn ztailpacking feature anymore To: Yue Hu , xiang@kernel.org, chao@kernel.org, linux-erofs@lists.ozlabs.org Cc: jefflexu@linux.alibaba.com, linux-kernel@vger.kernel.org, zhangwen@coolpad.com, Yue Hu References: <20230227084457.3510-1-zbestahu@gmail.com> From: Gao Xiang In-Reply-To: <20230227084457.3510-1-zbestahu@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/2/27 16:44, Yue Hu wrote: > From: Yue Hu > > The ztailpacking feature has been merged for a year, it has been mostly > stable now. > > Signed-off-by: Yue Hu Let's update erofs-utils as well? > --- > fs/erofs/super.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/fs/erofs/super.c b/fs/erofs/super.c > index 19b1ae79cec4..733c22bcc3eb 100644 > --- a/fs/erofs/super.c > +++ b/fs/erofs/super.c > @@ -417,8 +417,6 @@ static int erofs_read_superblock(struct super_block *sb) > /* handle multiple devices */ > ret = erofs_scan_devices(sb, dsb); > > - if (erofs_sb_has_ztailpacking(sbi)) > - erofs_info(sb, "EXPERIMENTAL compressed inline data feature in use. Use at your own risk!"); > if (erofs_is_fscache_mode(sb)) > erofs_info(sb, "EXPERIMENTAL fscache-based on-demand read feature in use. Use at your own risk!"); > if (erofs_sb_has_fragments(sbi))