Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp808781pxj; Thu, 17 Jun 2021 14:31:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyVH3dYoX/+PvGB1wXp+KBpt1anhu6t+kvdTdUZfKZwhuOU133H1syOoalEM5+gbBO6NXU9 X-Received: by 2002:a05:6402:3492:: with SMTP id v18mr500297edc.130.1623965489853; Thu, 17 Jun 2021 14:31:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623965489; cv=none; d=google.com; s=arc-20160816; b=ZCvH2mCyUDZ+MFyRXJOfa39ngE3fWV3wdpxyipPppEWv3r4hNp/5hgQO+PFxtj+y+/ F/CsMYDTbRz4I1U0KLEXTN0c4XEnjCMtY1IqmWMLL0+vr77+sLZ73XOSaETbTmHpQsLV EQYm4GuWBtAkXf0RvR3YaAsDtO4TrVxC+cA+4c6L1jg+ht+yLbxGKKO8N0rUAruuJd9k cpk9Ny97Xatwy0vTKZiUNp+/syMKRE01y9AZTz9Bd9Ua76uTI/wvkw8tTwXzMdWoIxiD mrs1MpMWWWZVkQqSj/cyygxageBC/3BvEHpInoUqeSOZIqjManuI1rkxMWMufXuPgC1I FZ/A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=2EFPRJRoJk9sjhTLiRFldQomNnKUtTxkgJc3yW2i3OI=; b=kPDKGWg1p8q+GlVv9j3vAigWFULRQOl58MMuoSr5dngXBZ69EUmkNwExcuzfvXrkJv +/hm9WmGyChwyaWKo7Wg4AyJVbzcJdixbX/rg4S6IpNCAl14KJwCEZmbFDtudWuiQsAA MnIcc1BhHYWgYLd4BrcApXdyARLGvbqxy1ng7Z+5vn/rz1wY7edJVm22R+2Uh2zXjIgP /ppKHs1c2TEXnexAT9txHfcCw4eFWVc953MpbsO0Ce83mzqtn831/GuFfk7w6paMPoBO 0HN1c2BuqVUVRKPDidTX0M7eI0kLS4OEBM4v89KcmCWwUhNVlih01vd2L8R08bO7t7Zl LLAw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dd1si7188934edb.49.2021.06.17.14.31.05; Thu, 17 Jun 2021 14:31:29 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231147AbhFQUZh (ORCPT + 99 others); Thu, 17 Jun 2021 16:25:37 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:45622 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S230137AbhFQUZe (ORCPT ); Thu, 17 Jun 2021 16:25:34 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 15HKNHjn012476 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 17 Jun 2021 16:23:18 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 6AEDF15C3CBA; Thu, 17 Jun 2021 16:23:17 -0400 (EDT) Date: Thu, 17 Jun 2021 16:23:17 -0400 From: "Theodore Ts'o" To: chenyichong Cc: adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] use local variables ei instead of invoking function EXT4_I Message-ID: References: <20210526052930.11278-1-chenyichong@uniontech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210526052930.11278-1-chenyichong@uniontech.com> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Wed, May 26, 2021 at 01:29:30PM +0800, chenyichong wrote: > Signed-off-by: chenyichong Applied, thanks. - Ted