commit | fc214ef90910159f33fbe92a6cb77839a27fa8a6 | [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 | 3ee2f977f3649bcc1d0de86356145e8e6999575a [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>