Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp233349pxv; Thu, 24 Jun 2021 06:51:23 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxNtPprAEMfxl7CQ1FJ83n2DpzoGSYLbaQafELrzkEfarorAjso3wp34RailPUkN9ud21Qs X-Received: by 2002:a05:6638:109:: with SMTP id x9mr4711166jao.85.1624542683419; Thu, 24 Jun 2021 06:51:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624542683; cv=none; d=google.com; s=arc-20160816; b=FFiSoxc+7nArAayF0/HdrMKdYgRH91oNFWu5hgiRWMSyzssDHPGqs+vohJRv+uVq5N xp9zSd18++S/kwW9XJU1HYSvXES45z2QeT6kIhx+8QcxnEb7k/OJi4xSCmvYBEYLd8iX Vs5wMJHsFjS2yMJ+rVwZe261zwk7g7xvvEAPopA+U6yjj87+QHfjoZU96wCxnb+0f2/t u5FIwuu/v+15M1K1gQSVRQEESFKpcmh/LPjS/JlpGc5tGYd33iqfptvGBMe8xKApmx4U VoAaxvHVybjFZ00WWiPNOAGrifBYQiz/QOmKtukWrGWJBSbfJ9EgoX6Bq1pDf4UQZf51 C9AQ== 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=oAUDj0zTAMbQO1P9zo4CXJOBC2yjeOFOf+6DN4//0eU=; b=wm+ppRy3hE5gJXEPOJmUHACGfwo82EfGDdkjpXNVvYh1cd+9xMPVJvKzrZkNv+nPHU BJ97GCAQh+ANYWJaooFjdJae5pKk81htcuOASYVF+4tkFpqdqbVZAwyJ0HEOK9+fLSrY LJmU0qK02SDTlfUBdkzP2p3BswKUHnS7qKUBaMwk9DR40TfkNs640SINQLZjxGJpZV1d O3Bg5LR5II4uUgU5LyyWZlXS920rE+Qv4RGs3ArMDF4DqX5Bc7WhjvLZmUOj2Dlxlo54 UEisPyCruY/ww4pnHcnftmTkCjs7JQuCriahMvfVWh2FtoDluCq5Wf/RRev8FGFMDb5G cPrw== 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 e7si3060621ilq.68.2021.06.24.06.51.07; Thu, 24 Jun 2021 06:51:23 -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 S230377AbhFXNvX (ORCPT + 99 others); Thu, 24 Jun 2021 09:51:23 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:46023 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S231179AbhFXNvW (ORCPT ); Thu, 24 Jun 2021 09:51:22 -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 15ODmxjT018229 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 24 Jun 2021 09:48:59 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 2C89415C3CD7; Thu, 24 Jun 2021 09:48:59 -0400 (EDT) Date: Thu, 24 Jun 2021 09:48:59 -0400 From: "Theodore Ts'o" To: Ritesh Harjani Cc: linux-ext4@vger.kernel.org Subject: Re: [PATCH] ext4: fsmap: Fix the block/inode bitmap comment Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Mon, May 31, 2021 at 09:19:08AM +0530, Ritesh Harjani wrote: > While debugging fstest ext4/027 failure, found below comment to be wrong and > confusing. Hence fix it while we are at it. > > Signed-off-by: Ritesh Harjani Applied, thanks. - Ted