Skip to content

Commit

Permalink
lkl: temporary disabled btrfs
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Feb 12, 2017
1 parent 5f9d302 commit f82b294
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arch/lkl/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ CONFIG_EXT4_FS_SECURITY=y
CONFIG_XFS_FS=y
CONFIG_XFS_POSIX_ACL=y
CONFIG_ISO9660_FS=y
CONFIG_BTRFS_FS=y
CONFIG_BTRFS_FS_POSIX_ACL=y
#CONFIG_BTRFS_FS=y
#CONFIG_BTRFS_FS_POSIX_ACL=y
# CONFIG_FILE_LOCKING is not set
# CONFIG_DNOTIFY is not set
# CONFIG_INOTIFY_USER is not set
Expand Down
2 changes: 1 addition & 1 deletion tools/lkl/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endef

QUICK?=0
VALGRIND_TEXT?=0
FS_TYPES?=ext4 btrfs vfat xfs
FS_TYPES?=ext4 vfat xfs

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

0 comments on commit f82b294

Please sign in to comment.