• E
    ext4: enable acls and user_xattr by default · ea663336
    Eric Sandeen 提交于
    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: NEric Sandeen <sandeen@redhat.com>
    Signed-off-by: N"Theodore Ts'o" <tytso@mit.edu>
    ea663336
super.c 133.5 KB