]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3fc7813f940fb6f6eca8efbe07e0b212c4427e14
treeb9d42574ad1dbefb09e527ea9ed4e5d78c3d762c
parentb2d9608dc6aa4e8c0c5266a04422fc26716cb21e
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