Skip to content

Commit 291ceb8

Browse files
committed
lkl: temporary disabled btrfs
Signed-off-by: Hajime Tazaki <[email protected]>
1 parent 789f2db commit 291ceb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arch/lkl/defconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ CONFIG_EXT4_FS_SECURITY=y
3232
CONFIG_XFS_FS=y
3333
CONFIG_XFS_POSIX_ACL=y
3434
CONFIG_ISO9660_FS=y
35-
CONFIG_BTRFS_FS=y
36-
CONFIG_BTRFS_FS_POSIX_ACL=y
35+
#CONFIG_BTRFS_FS=y
36+
#CONFIG_BTRFS_FS_POSIX_ACL=y
3737
# CONFIG_FILE_LOCKING is not set
3838
# CONFIG_DNOTIFY is not set
3939
# CONFIG_INOTIFY_USER is not set

tools/lkl/tests/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endef
2727

2828
QUICK?=0
2929
VALGRIND_TEXT?=0
30-
FS_TYPES?=ext4 btrfs vfat xfs
30+
FS_TYPES?=ext4 vfat xfs
3131

3232
# The hijack tests are very time consuming, so run with `QUICK=1 make
3333
# test` if you want to stick to the unit tests

0 commit comments

Comments
 (0)