mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00: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:
parent
3ee2f977f3
commit
fc214ef909
2 changed files with 17 additions and 5 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue