]> git.sur5r.net Git - u-boot/blobdiff - include/ext4fs.h
dtoc: Add a way for tests to request the fallback library
[u-boot] / include / ext4fs.h
index 6e31c738123434fc499b9704068d26d563e07a0d..965cd9e9c507affcd5316ca161499493aab386a5 100644 (file)
@@ -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 */
@@ -96,7 +98,6 @@ struct ext_filesystem {
        /* Superblock */
        struct ext2_sblock *sb;
        /* Block group descritpor table */
-       struct ext2_block_group *bgd;
        char *gdtable;
 
        /* Block Bitmap Related */