diff options
author | Peter Lafreniere <peter@n8pjl.ca> | 2023-09-18 17:57:10 +0000 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2023-10-19 10:28:43 +0200 |
commit | d5f4e1f2fcd85c3c361e73fa3c8f1b8fdb55ae0a (patch) | |
tree | 122a5a7374ef37896c5fe8eee8122d1312f410f1 /arch/mips/configs/fuloong2e_defconfig | |
parent | aaf1f08ac0fb435100fa459a6ee5b292f3786dff (diff) | |
download | lwn-d5f4e1f2fcd85c3c361e73fa3c8f1b8fdb55ae0a.tar.gz lwn-d5f4e1f2fcd85c3c361e73fa3c8f1b8fdb55ae0a.zip |
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/fuloong2e_defconfig')
-rw-r--r-- | arch/mips/configs/fuloong2e_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/configs/fuloong2e_defconfig b/arch/mips/configs/fuloong2e_defconfig index 1843468f84a3..00329bb5de5a 100644 --- a/arch/mips/configs/fuloong2e_defconfig +++ b/arch/mips/configs/fuloong2e_defconfig @@ -177,7 +177,6 @@ CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y -CONFIG_REISERFS_FS=m CONFIG_AUTOFS_FS=y CONFIG_FUSE_FS=y CONFIG_ISO9660_FS=m |