mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
ext4: determine group descriptor size for 64bit feature
If EXT4_FEATURE_INCOMPAT_64BIT is set, the descriptor can be read from the superblocks, otherwise it defaults to 32. Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
This commit is contained in:
@@ -87,6 +87,8 @@ struct ext_filesystem {
|
||||
uint32_t inodesz;
|
||||
/* Sectors per Block */
|
||||
uint32_t sect_perblk;
|
||||
/* Group Descriptor size */
|
||||
uint16_t gdsize;
|
||||
/* Group Descriptor Block Number */
|
||||
uint32_t gdtable_blkno;
|
||||
/* Total block groups of partition */
|
||||
|
Reference in New Issue
Block a user