commit | bad7381aef4167f07b3430b66779738c1c446388 | [log] [tgz] |
---|---|---|
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | Sat Sep 17 02:10:10 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 09:20:15 2016 -0400 |
tree | a4e14ccf4c7c89cc2641b079fa98af6119f2cd16 | |
parent | 8f48fd5ba2f0441f3b8c14240ea9bca51b19aa8d [diff] |
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>