From mboxrd@z Thu Jan 1 00:00:00 1970 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 815B3EE49A0 for ; Mon, 21 Aug 2023 04:22:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232951AbjHUEW3 (ORCPT ); Mon, 21 Aug 2023 00:22:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47520 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229842AbjHUEW1 (ORCPT ); Mon, 21 Aug 2023 00:22:27 -0400 Received: from out30-113.freemail.mail.aliyun.com (out30-113.freemail.mail.aliyun.com [115.124.30.113]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 419D4A2 for ; Sun, 20 Aug 2023 21:22:25 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R141e4;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=7;SR=0;TI=SMTPD_---0Vq9jX1I_1692591740; Received: from 30.221.131.184(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0Vq9jX1I_1692591740) by smtp.aliyun-inc.com; Mon, 21 Aug 2023 12:22:21 +0800 Message-ID: <3a107c60-532a-dbc9-d899-40cfcaf9327a@linux.alibaba.com> Date: Mon, 21 Aug 2023 12:22:20 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [v2] erofs: don't warn dedupe and fragments features anymore To: sunshijie , xiang@kernel.org, chao@kernel.org, huyue2@coolpad.com, jefflexu@linux.alibaba.com Cc: linux-erofs@lists.ozlabs.org, linux-kernel@vger.kernel.org References: <20230821041737.2673401-1-sunshijie@xiaomi.com> From: Gao Xiang In-Reply-To: <20230821041737.2673401-1-sunshijie@xiaomi.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 The subject should be: [PATCH v2] erofs: don't warn dedupe and fragments features anymore but it's not really needed to resend. On 2023/8/21 12:17, sunshijie wrote: > The `dedupe` and `fragments` features have been merged for a year. They are > mostly stable now. > > Signed-off-by: sunshijie Reviewed-by: Gao Xiang Thanks, Gao Xiang