
6 Aug
2016
6 Aug
'16
2:58 a.m.
On Fri, Jul 22, 2016 at 05:59:11PM -0400, Tom Rini wrote:
With e2fsprogs after 1.43 the 64bit and metadata_csum features are enabled by default. The metadata_csum feature changes how ext4_group_desc->bg_checksum is calculated, which would break write support. The 64bit feature however introduces changes such that it cannot be read by implementations that do not support it. Since we do not support this, we must not mount it.
Cc: Stephen Warren swarren@nvidia.com Cc: Simon Glass sjg@chromium.org Cc: Lukasz Majewski l.majewski@samsung.com Cc: Stefan Roese sr@denx.de Reported-by: Andrew Bradford andrew.bradford@kodakalaris.com Signed-off-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
--
Tom