]> git.ipfire.org Git - people/ms/u-boot.git/commit
ext4: Use correct descriptor size when reading the block group descriptor
authorStefan Brüns <stefan.bruens@rwth-aachen.de>
Sat, 17 Sep 2016 00:10:09 +0000 (02:10 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 23 Sep 2016 13:18:57 +0000 (09:18 -0400)
commitf798b1dda1c5de818b806189e523d1b75db7e72d
tree8a75244a1caed4622f20fb5e9304041becadbf19
parent9f5dd8b6e2ff0f1553cc71aaf6cb53adb9c7f5e6
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>
fs/ext4/ext4_common.c