Signed-off-by: Amir Goldstein <amir73il@xxxxxxxxx> --- Ted, These config files were used for testing generic/401 and other ftype related tests. Thanks, Amir. kvm-xfstests/test-appliance/files/root/fs/ext2/cfg/noftype | 4 ++++ kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/noftype | 4 ++++ kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/noftype | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 kvm-xfstests/test-appliance/files/root/fs/ext2/cfg/noftype create mode 100644 kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/noftype create mode 100644 kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/noftype diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext2/cfg/noftype b/kvm-xfstests/test-appliance/files/root/fs/ext2/cfg/noftype new file mode 100644 index 0000000..31ab387 --- /dev/null +++ b/kvm-xfstests/test-appliance/files/root/fs/ext2/cfg/noftype @@ -0,0 +1,4 @@ +SIZE=small +export MKFS_OPTIONS="-O ^filetype" +export EXT_MOUNT_OPTIONS="" +TESTNAME="Ext2 no filetype" diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/noftype b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/noftype new file mode 100644 index 0000000..03cd96f --- /dev/null +++ b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/noftype @@ -0,0 +1,4 @@ +SIZE=small +export MKFS_OPTIONS="-O ^filetype" +export EXT_MOUNT_OPTIONS="" +TESTNAME="Ext4 no filetype" diff --git a/kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/noftype b/kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/noftype new file mode 100644 index 0000000..0bf0446 --- /dev/null +++ b/kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/noftype @@ -0,0 +1,3 @@ +SIZE=small +export XFS_MKFS_OPTIONS="-m crc=0 -n ftype=0" +TESTNAME="XFS noftype" -- 2.7.4 -- 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