Commits
Stefan Brüns committed 688d0e79f65
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>