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 9C6B9C64EC7 for ; Wed, 1 Mar 2023 13:38:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229818AbjCANiz (ORCPT ); Wed, 1 Mar 2023 08:38:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59698 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229787AbjCANiu (ORCPT ); Wed, 1 Mar 2023 08:38:50 -0500 Received: from mail-lf1-x12f.google.com (mail-lf1-x12f.google.com [IPv6:2a00:1450:4864:20::12f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C5A92798D for ; Wed, 1 Mar 2023 05:38:48 -0800 (PST) Received: by mail-lf1-x12f.google.com with SMTP id bi9so17672648lfb.2 for ; Wed, 01 Mar 2023 05:38:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1677677927; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=kRrllEfWVEeyaU4zdyImV9+lagJXaUro6x0JCaZf/Ak=; b=KlB6YUocmuNUN5HfZXLPemTEXaBiHl4fpRbjOQ+UoXLyiqf0TINeegxAJYZh5eAnWN RztrAtkyXZSkeLV3xqviUIArRHEXTefmI71ZzFBxZtfJ9Cn19lVcrv/5LQ+YHC7kuLeQ 4OL2yrE27GqPMhZOBtlstzFuwGNYdBbyYPQSGgBfBmR7eL4ceo2qDwMIN/7F/5CTlPL4 3G/Y4xVyRTsi2Sl9Rihoy7lYcyaRamcx23dvgBXYdFwCh0NiLsXclQhN/GXkrO9uqZXD NRIdjMs9YFHBSZVWg2N2VE5InRsKu5fhk8SmT1G2mRFjBKEpz5+OQzMk9x02lLSR9U7C GIqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677677927; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=kRrllEfWVEeyaU4zdyImV9+lagJXaUro6x0JCaZf/Ak=; b=y6wZ1TFrgbUDKueHeg3U+s/piFY50h0DsmmHmq2jjHbccxTt4V4sWjjTHwWwY75edo saaL9hhTBzlvdUd+bcZl+nnFJpP4fsF8+g6RmuazAg+AOIms7MmrJ3VXMM38sv6XVOTH LgBVo7YDumjj44SZ3yNgNLwcf/zh4Wa0sx2+Mi0K4LHTQPUNZqhvRdd9wAfwfPg637Uo rcCglOVAmtVBrEmLkDlPYA+6SUBaA0o7BsoYIa4e30GWaLVJS4v09NnlTBxd3G+u2CMv O1751Y8vJrLw71gaZvYsN1akpWG47Jldet2ozOf3kYCTIZeMUNO3GcvmyehFtDlTehQB vmUA== X-Gm-Message-State: AO0yUKVYltLSvKjcm80FmsrcBLSPQHdo3rtEphd9oMX3cIWcYshb6iUO tf7hlnd7OAz3EbpYhp3DocWbvg== X-Google-Smtp-Source: AK7set/dloH+T+Z0/wlD9SGr7KCTSO8QVsPXN4Ydhg2yw1d0WY791lWmvf06pJIPb73SJkfxmsK3jw== X-Received: by 2002:ac2:5317:0:b0:4dd:af71:a5b7 with SMTP id c23-20020ac25317000000b004ddaf71a5b7mr1775400lfh.41.1677677926794; Wed, 01 Mar 2023 05:38:46 -0800 (PST) Received: from ta1.c.googlers.com.com (61.215.228.35.bc.googleusercontent.com. [35.228.215.61]) by smtp.gmail.com with ESMTPSA id t13-20020a19ad0d000000b004b7033da2d7sm1742523lfc.128.2023.03.01.05.38.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Mar 2023 05:38:46 -0800 (PST) From: Tudor Ambarus To: tytso@mit.edu Cc: adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, Tudor Ambarus Subject: [PATCH] ext4: Fix comment about the 64BIT feature Date: Wed, 1 Mar 2023 13:38:42 +0000 Message-Id: <20230301133842.671821-1-tudor.ambarus@linaro.org> X-Mailer: git-send-email 2.39.2.722.g9855ee24e9-goog MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 64BIT is part of the incompatible feature set, update the comment accordingly. Signed-off-by: Tudor Ambarus --- fs/ext4/ext4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 140e1eb300d1..85c153e120b9 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -1387,7 +1387,7 @@ struct ext4_super_block { __le32 s_first_meta_bg; /* First metablock block group */ __le32 s_mkfs_time; /* When the filesystem was created */ __le32 s_jnl_blocks[17]; /* Backup of the journal inode */ - /* 64bit support valid if EXT4_FEATURE_COMPAT_64BIT */ + /* 64bit support valid if EXT4_FEATURE_INCOMPAT_64BIT */ /*150*/ __le32 s_blocks_count_hi; /* Blocks count */ __le32 s_r_blocks_count_hi; /* Reserved blocks count */ __le32 s_free_blocks_count_hi; /* Free blocks count */ -- 2.39.2.722.g9855ee24e9-goog