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 1D88EC678D4 for ; Fri, 3 Mar 2023 00:53:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229795AbjCCAx3 (ORCPT ); Thu, 2 Mar 2023 19:53:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40404 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229667AbjCCAx2 (ORCPT ); Thu, 2 Mar 2023 19:53:28 -0500 Received: from out30-110.freemail.mail.aliyun.com (out30-110.freemail.mail.aliyun.com [115.124.30.110]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2AE017164 for ; Thu, 2 Mar 2023 16:53:26 -0800 (PST) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R961e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046051;MF=hsiangkao@linux.alibaba.com;NM=1;PH=DS;RN=8;SR=0;TI=SMTPD_---0VcyqmAl_1677804802; Received: from 192.168.3.7(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0VcyqmAl_1677804802) by smtp.aliyun-inc.com; Fri, 03 Mar 2023 08:53:23 +0800 Message-ID: Date: Fri, 3 Mar 2023 08:53:22 +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 Reviewed-by: Gao Xiang Thanks, Gao Xiang > --- > 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))