commit | f798b1dda1c5de818b806189e523d1b75db7e72d | [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 | 9f5dd8b6e2ff0f1553cc71aaf6cb53adb9c7f5e6 [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>