summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefan Brüns <stefan.bruens@rwth-aachen.de>2016-09-17 00:10:10 (GMT)
committerTom Rini <trini@konsulko.com>2016-09-23 13:20:15 (GMT)
commit688d0e79f657ed0b60e5b721bd00540021e1e518 (patch)
treea4e14ccf4c7c89cc2641b079fa98af6119f2cd16 /include
parentf798b1dda1c5de818b806189e523d1b75db7e72d (diff)
downloadu-boot-fsl-qoriq-688d0e79f657ed0b60e5b721bd00540021e1e518.tar.xz
ext4: Use helper function to access group descriptor and its fields
The descriptor size is variable, thus array indices are not generically applicable. The larger group descriptors also contain e.g. high parts of block numbers, which have to be read and written. Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Diffstat (limited to 'include')
-rw-r--r--include/ext4fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ext4fs.h b/include/ext4fs.h
index 7e1ee6c..965cd9e 100644
--- a/include/ext4fs.h
+++ b/include/ext4fs.h
@@ -98,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 */