commit | b2c28a22eaefa9066848ce9012f6185b3056b80a | [log] [tgz] |
---|---|---|
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | Sat Sep 17 02:10:07 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 09:18:56 2016 -0400 |
tree | 2e6b1fc13ed19e24b3992d6fd10197a4ee82da41 | |
parent | f3c6e440b31632cb153b22611988a0f30dd4c52b [diff] |
ext4: determine group descriptor size for 64bit feature If EXT4_FEATURE_INCOMPAT_64BIT is set, the descriptor can be read from the superblocks, otherwise it defaults to 32. Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>