X-Git-Url: https://code.delx.au/refind/blobdiff_plain/d8f5091fd0d957c7124a4220981f915d65bdeb86..c5bc1ce13e5c8f0f9e264313726a8d3a28d4b70d:/filesystems/fsw_ext4.h diff --git a/filesystems/fsw_ext4.h b/filesystems/fsw_ext4.h index df7ad35..f6889d0 100644 --- a/filesystems/fsw_ext4.h +++ b/filesystems/fsw_ext4.h @@ -46,7 +46,7 @@ struct fsw_ext4_volume { struct fsw_volume g; //!< Generic volume structure struct ext4_super_block *sb; //!< Full raw ext2 superblock structure - fsw_u32 *inotab_bno; //!< Block numbers of the inode tables + fsw_u64 *inotab_bno; //!< Block numbers of the inode tables fsw_u32 ind_bcnt; //!< Number of blocks addressable through an indirect block fsw_u32 dind_bcnt; //!< Number of blocks addressable through a double-indirect block fsw_u32 inode_size; //!< Size of inode structure in bytes