From: Theodore Ts'o Date: Mon, 5 Mar 2012 03:00:53 +0000 (-0500) Subject: ext4: ignore mount options supported by ext2/3 (but have since been removed) X-Git-Tag: v3.4-rc1~75^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7198b9c1e4520d3b16f0f65e37d3db78745f1e1;p=pandora-kernel.git ext4: ignore mount options supported by ext2/3 (but have since been removed) Users who tried to use the ext4 file system driver is being used for the ext2 or ext3 file systems (via the CONFIG_EXT4_USE_FOR_EXT23 option) could have failed mounts if their /etc/fstab contains options recognized by ext2 or ext3 but which have since been removed in ext4. So teach ext4 to recognize them and give a warning that the mount option was removed. Report: https://bbs.archlinux.org/profile.php?id=33804 Signed-off-by: Tom Gundersen Signed-off-by: "Theodore Ts'o" Cc: Thomas Baechler Cc: Tobias Powalowski Cc: Dave Reisner --- Reading git-diff-tree failed