Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp265289pxv; Thu, 24 Jun 2021 07:28:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw3/lzKIMifEjZmwVJvLtna/pR4Cpn0QYc6a3azNN08zLLpAPd8NqAe1baN5ELMVT6LdEjI X-Received: by 2002:a17:906:6817:: with SMTP id k23mr5695769ejr.300.1624544920635; Thu, 24 Jun 2021 07:28:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624544920; cv=none; d=google.com; s=arc-20160816; b=RaH6x+jWG18EL3K3Ifaa1KZdoUnQlIpQRhqPkjZ+Ts4174FCTmKrT8FRrpqO79ROQW VVbNRlYSbEEBHN1VLk+MABSqMEr9wy11YgdRux0zY/uRb5p/XNmspT3eTYZsXxdsYg8O +jiE5kvvazYVJRhalZmg7PLn6juuwLlaUXSQVGM/U2H2UK7Lc88UBhJiGvovKrjOTwm1 WeBTmnxnlncGQmBqGuy7DsK7Bf60w5QJDcd8SPYCZO91QlwT+Q02AQAG1qjiQpxF3a55 JaJ9d6SQDHnOrI6D2lNw4ibNxwsEubu3bzc7ME3weMDhAQQJW778yVOQkT+AgZgUfArg mvHg== 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=B2rlLSwDOoofj/V1FA0Qz4rLHTb97dA5qZRfxUAe6vs=; b=KxLrAmzW0Tz9tdrVK1eNIKGEJBE42caqpeogZoxBEgIJgwnDS6jiwuHsY391CYMik+ 18RyIc6RgNnTTFig4A6ZcQyCFCn9vlVF5akRM7KgCRzrs5oHjNa4fA30cYRNn1oEMibZ TVs6a3Sm4jLFqlx3rQRtG3A9BjzmLYfCFmAbwo2Xq6nku0FE+VgfExSC4COcMP6O/SEO FTUvu1TjURwAWtOJ5iUB43zDLU9G8cbxxWlpE6ixgUp9jiGNPrN0Vt0de4ETLSF1qn1M A5mpCQvtB5mkXMDpDtU4CMi4bqI7rexjxRH8nxUmEyHcXzafIV+OiSuth3qN8qUN6CxS nj6Q== 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 yd12si2836833ejb.356.2021.06.24.07.28.17; Thu, 24 Jun 2021 07:28:40 -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 S230170AbhFXOaU (ORCPT + 99 others); Thu, 24 Jun 2021 10:30:20 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:52222 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S230056AbhFXOaT (ORCPT ); Thu, 24 Jun 2021 10:30:19 -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 15OERjho002697 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 24 Jun 2021 10:27:45 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 30DF115C3CD7; Thu, 24 Jun 2021 10:27:45 -0400 (EDT) Date: Thu, 24 Jun 2021 10:27:45 -0400 From: "Theodore Ts'o" To: yangerkun Cc: jack@suse.com, harshadshirwadkar@gmail.com, linux-ext4@vger.kernel.org, yukuai3@huawei.com Subject: Re: [PATCH] jbd2: clean up misleading comments for jbd2_fc_release_bufs Message-ID: References: <20210608141236.459441-1-yangerkun@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210608141236.459441-1-yangerkun@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, Jun 08, 2021 at 10:12:36PM +0800, yangerkun wrote: > This comments was for jbd2_fc_wait_bufs, not for jbd2_fc_release_bufs. > Remove this misleading comments. > > Signed-off-by: yangerkun Applied, thanks. - Ted