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 BFE41C0032E for ; Thu, 26 Oct 2023 02:34:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231175AbjJZCe1 (ORCPT ); Wed, 25 Oct 2023 22:34:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58452 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229596AbjJZCe0 (ORCPT ); Wed, 25 Oct 2023 22:34:26 -0400 Received: from out30-133.freemail.mail.aliyun.com (out30-133.freemail.mail.aliyun.com [115.124.30.133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BB24210A for ; Wed, 25 Oct 2023 19:34:21 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R201e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046060;MF=hsiangkao@linux.alibaba.com;NM=1;PH=DS;RN=3;SR=0;TI=SMTPD_---0Vuw7k6s_1698287655; Received: from 30.97.48.250(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0Vuw7k6s_1698287655) by smtp.aliyun-inc.com; Thu, 26 Oct 2023 10:34:18 +0800 Message-ID: <0d740c00-5c1d-d964-5706-07868d4d841e@linux.alibaba.com> Date: Thu, 26 Oct 2023 10:34:14 +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 1/2] erofs: get rid of ROOT_NID() To: Ferry Meng , linux-erofs@lists.ozlabs.org Cc: LKML References: <20231026021627.23284-1-mengferry@linux.alibaba.com> From: Gao Xiang In-Reply-To: <20231026021627.23284-1-mengferry@linux.alibaba.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/10/26 10:16, Ferry Meng wrote: > Let's open code this helper for simplicity. > > Signed-off-by: Ferry Meng Reviewed-by: Gao Xiang Thanks, Gao Xiang