diff options
author | Peter Lafreniere <peter@n8pjl.ca> | 2023-09-18 20:57:10 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2023-10-19 11:28:43 +0300 |
commit | d5f4e1f2fcd85c3c361e73fa3c8f1b8fdb55ae0a (patch) | |
tree | 122a5a7374ef37896c5fe8eee8122d1312f410f1 /arch/mips/configs/maltaup_xpa_defconfig | |
parent | aaf1f08ac0fb435100fa459a6ee5b292f3786dff (diff) | |
download | linux-d5f4e1f2fcd85c3c361e73fa3c8f1b8fdb55ae0a.tar.xz |
arch: mips: remove ReiserFS from defconfig
ReiserFS has been deprecated for a year and a half, yet is still built
as part of a defconfig kernel.
According to commit eb103a51640e ("reiserfs: Deprecate reiserfs"), the
filesystem is slated to be removed in 2025. Remove it from the defconfig
profiles now, as part of its deprecation process.
Signed-off-by: Peter Lafreniere <peter@n8pjl.ca>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/configs/maltaup_xpa_defconfig')
-rw-r--r-- | arch/mips/configs/maltaup_xpa_defconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/configs/maltaup_xpa_defconfig b/arch/mips/configs/maltaup_xpa_defconfig index 0a5701020d3f..264aba29ea4f 100644 --- a/arch/mips/configs/maltaup_xpa_defconfig +++ b/arch/mips/configs/maltaup_xpa_defconfig @@ -323,11 +323,6 @@ CONFIG_UIO=m CONFIG_UIO_CIF=m CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y -CONFIG_REISERFS_FS=m -CONFIG_REISERFS_PROC_INFO=y -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 |