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 0273ACDB465 for ; Thu, 12 Oct 2023 02:01:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234072AbjJLCBQ (ORCPT ); Wed, 11 Oct 2023 22:01:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45966 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233797AbjJLCBP (ORCPT ); Wed, 11 Oct 2023 22:01:15 -0400 Received: from out30-99.freemail.mail.aliyun.com (out30-99.freemail.mail.aliyun.com [115.124.30.99]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 89FE0A9; Wed, 11 Oct 2023 19:01:13 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R111e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018045170;MF=hsiangkao@linux.alibaba.com;NM=1;PH=DS;RN=10;SR=0;TI=SMTPD_---0VtyWj9M_1697076068; Received: from 30.97.48.228(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0VtyWj9M_1697076068) by smtp.aliyun-inc.com; Thu, 12 Oct 2023 10:01:10 +0800 Message-ID: Date: Thu, 12 Oct 2023 10:01:07 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Subject: Re: [PATCH] erofs: fix inode metadata space layout description in documentation To: Chao Yu , Tiwei Bie , linux-erofs@lists.ozlabs.org, xiang@kernel.org Cc: linux-doc@vger.kernel.org, Greg Kroah-Hartman , Jonathan Corbet , linux-kernel@vger.kernel.org, ayushranjan@google.com, Yue Hu References: <20231010113915.436591-1-tiwei.btw@antgroup.com> <9a6ccef5-3a35-ae0d-2a9c-1703c5038c81@linux.alibaba.com> <1a4d325b-d3a8-121b-1118-934fafcc8ebe@kernel.org> From: Gao Xiang In-Reply-To: <1a4d325b-d3a8-121b-1118-934fafcc8ebe@kernel.org> 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 Hi Chao, On 2023/10/12 09:10, Chao Yu wrote: > On 2023/10/10 21:06, Gao Xiang wrote: >>> Signed-off-by: Tiwei Bie >> >> Reviewed-by: Gao Xiang > > Looks fine to me for the version in dev-test branch. > > Reviewed-by: Chao Yu Yeah, thanks! I will add the tag when applying to -next. Thanks, Gao Xiang > > Thanks,