We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789f2db commit 291ceb8Copy full SHA for 291ceb8
arch/lkl/defconfig
@@ -32,8 +32,8 @@ CONFIG_EXT4_FS_SECURITY=y
32
CONFIG_XFS_FS=y
33
CONFIG_XFS_POSIX_ACL=y
34
CONFIG_ISO9660_FS=y
35
-CONFIG_BTRFS_FS=y
36
-CONFIG_BTRFS_FS_POSIX_ACL=y
+#CONFIG_BTRFS_FS=y
+#CONFIG_BTRFS_FS_POSIX_ACL=y
37
# CONFIG_FILE_LOCKING is not set
38
# CONFIG_DNOTIFY is not set
39
# CONFIG_INOTIFY_USER is not set
tools/lkl/tests/Makefile
@@ -27,7 +27,7 @@ endef
27
28
QUICK?=0
29
VALGRIND_TEXT?=0
30
-FS_TYPES?=ext4 btrfs vfat xfs
+FS_TYPES?=ext4 vfat xfs
31
# The hijack tests are very time consuming, so run with `QUICK=1 make
# test` if you want to stick to the unit tests
0 commit comments