ext4: enable acls and user_xattr by default
authorEric Sandeen <sandeen@redhat.com>
Wed, 23 Feb 2011 22:51:51 +0000 (17:51 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 23 Feb 2011 22:51:51 +0000 (17:51 -0500)
commitea6633369458992241599c9d9ebadffaeddec164
treeb9d42574ad1dbefb09e527ea9ed4e5d78c3d762c
parent5c2ed62fd447e2c696e222dcf71d1322bbbc58d4
ext4: enable acls and user_xattr by default

There's no good reason to require the extra step of providing
a mount option for acl or user_xattr once the feature is configured
on; no other filesystem that I know of requires this.

Userspace patches have set these options in default mount options,
and this patch makes them default in the kernel.  At some point
we can start to deprecate the options, perhaps.

For now I've removed default mount option checks in show_options()
to be explicit about what's set, since it's changing the default,
but I'm open to alternatives if desired.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c