diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2016-11-03 10:12:16 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-11-14 03:11:51 +0300 |
commit | 7a53ef5ebe80bc15f70d060dc4548434aa5e6cf6 (patch) | |
tree | bf7447dcd583ee71ce57d3fcf804b2f48050ab7a /arch/powerpc/configs/powernv_defconfig | |
parent | 0e865a80c1358db9311c411c4763b9e2e324d0df (diff) | |
download | linux-7a53ef5ebe80bc15f70d060dc4548434aa5e6cf6.tar.xz |
powerpc/configs: Drop REISERFS from pseries & powernv
No one uses reiserfs much these days, or is likely to in future. So drop
it from pseries and powernv defconfigs to save time and space. It's
still enabled in ppc64_defconfig so we get some build coverage.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs/powernv_defconfig')
-rw-r--r-- | arch/powerpc/configs/powernv_defconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/configs/powernv_defconfig b/arch/powerpc/configs/powernv_defconfig index d98b6eb3254f..d77af0eca967 100644 --- a/arch/powerpc/configs/powernv_defconfig +++ b/arch/powerpc/configs/powernv_defconfig @@ -241,10 +241,6 @@ CONFIG_EXT2_FS_SECURITY=y CONFIG_EXT4_FS=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y -CONFIG_REISERFS_FS=m -CONFIG_REISERFS_FS_XATTR=y -CONFIG_REISERFS_FS_POSIX_ACL=y -CONFIG_REISERFS_FS_SECURITY=y CONFIG_JFS_FS=m CONFIG_JFS_POSIX_ACL=y CONFIG_JFS_SECURITY=y |