fs/ext2: default to ext2 rev1
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 13 Dec 2016 08:18:27 +0000 (09:18 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 14 Dec 2016 14:59:38 +0000 (15:59 +0100)
commit219d0b5db2b9f36c34d750e5c3567f9002eed9db
tree46a2ca3970e5f495a1758763f79999df71d01fb6
parent3bf0c368bbf57514448cdc7136891e273116882d
fs/ext2: default to ext2 rev1

Rev0 is very old (E.G. from before Linux was maintained in git), the kernel
prints a scary warning when used:

EXT4-fs warning (device sda): ext4_update_dynamic_rev:746: updating to rev 1
because of new feature flag, running e2fsck is recommended

And rev0 support is broken in u-boot 2016.11:
http://lists.denx.de/pipermail/u-boot/2016-December/275916.html

So default to rev1 instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
fs/ext2/Config.in