We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7eef40 commit 7fc1f5cCopy full SHA for 7fc1f5c
fs/ext4/ext4.h
@@ -1387,7 +1387,7 @@ struct ext4_super_block {
1387
__le32 s_first_meta_bg; /* First metablock block group */
1388
__le32 s_mkfs_time; /* When the filesystem was created */
1389
__le32 s_jnl_blocks[17]; /* Backup of the journal inode */
1390
- /* 64bit support valid if EXT4_FEATURE_COMPAT_64BIT */
+ /* 64bit support valid if EXT4_FEATURE_INCOMPAT_64BIT */
1391
/*150*/ __le32 s_blocks_count_hi; /* Blocks count */
1392
__le32 s_r_blocks_count_hi; /* Reserved blocks count */
1393
__le32 s_free_blocks_count_hi; /* Free blocks count */
0 commit comments