Ext4 has turned on acls and xattrs by default for a long, long time (even the 3.10 kernel has it on by default). Signed-off-by: Theodore Ts'o <tytso@xxxxxxx> --- common/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/config b/common/config index cacd815..e031a4a 100644 --- a/common/config +++ b/common/config @@ -300,6 +300,9 @@ _mount_opts() # acls & xattrs aren't turned on by default on ext$FOO export MOUNT_OPTIONS="-o acl,user_xattr $EXT_MOUNT_OPTIONS" ;; + ext4|ext4dev) + export MOUNT_OPTIONS="$EXT_MOUNT_OPTIONS" + ;; f2fs) export MOUNT_OPTIONS="-o acl,user_xattr $F2FS_MOUNT_OPTIONS" ;; -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html