Skip to content

Commit 7fc1f5c

Browse files
ambarustytso
authored andcommitted
ext4: Fix comment about the 64BIT feature
64BIT is part of the incompatible feature set, update the comment accordingly. Signed-off-by: Tudor Ambarus <[email protected]> Reviewed-by: Darrick J. Wong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
1 parent b7eef40 commit 7fc1f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ext4/ext4.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ struct ext4_super_block {
13871387
__le32 s_first_meta_bg; /* First metablock block group */
13881388
__le32 s_mkfs_time; /* When the filesystem was created */
13891389
__le32 s_jnl_blocks[17]; /* Backup of the journal inode */
1390-
/* 64bit support valid if EXT4_FEATURE_COMPAT_64BIT */
1390+
/* 64bit support valid if EXT4_FEATURE_INCOMPAT_64BIT */
13911391
/*150*/ __le32 s_blocks_count_hi; /* Blocks count */
13921392
__le32 s_r_blocks_count_hi; /* Reserved blocks count */
13931393
__le32 s_free_blocks_count_hi; /* Free blocks count */

0 commit comments

Comments
 (0)