ext4: reject journal options for ext2 mounts
authorCarlos Maiolino <cmaiolino@redhat.com>
Wed, 22 Jul 2015 03:57:59 +0000 (23:57 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 22 Jul 2015 03:57:59 +0000 (23:57 -0400)
There is no reason to allow ext2 filesystems be mounted with journal
mount options. So, this patch adds them to the MOPT_NO_EXT2 mount
options list.

Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c

diff --cc fs/ext4/super.c
Simple merge