commit | 8f48fd5ba2f0441f3b8c14240ea9bca51b19aa8d | [log] [tgz] |
---|---|---|
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | Sat Sep 17 02:10:09 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 09:18:57 2016 -0400 |
tree | 8a75244a1caed4622f20fb5e9304041becadbf19 | |
parent | 387f866c345641507168791cf8008f55d1646c22 [diff] |
ext4: Use correct descriptor size when reading the block group descriptor The correct descriptor size must be used when calculating offsets, and also to read the correct amount of data. Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>