diff options
author | Jan Kara <jack@suse.cz> | 2022-02-25 13:54:45 +0100 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2022-03-02 17:33:55 +0100 |
commit | eb103a51640ee32ab01c51e13bf8fca211f25f61 (patch) | |
tree | 2c92fff8b88cede7bd2513053124cb73dfce5d51 /fs/reiserfs/Kconfig | |
parent | 50b3a818991074177a56c87124c7a7bdf5fa4f67 (diff) |
reiserfs: Deprecate reiserfs
Reiserfs is relatively old filesystem and its development has ceased
quite some years ago. Linux distributions moved away from it towards
other filesystems such as btrfs, xfs, or ext4. To reduce maintenance
burden on cross filesystem changes (such as new mount API, iomap, folios
...) let's add a deprecation notice when the filesystem is mounted and
schedule its removal to 2025.
Link: https://lore.kernel.org/r/20220225125445.29942-1-jack@suse.cz
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/reiserfs/Kconfig')
-rw-r--r-- | fs/reiserfs/Kconfig | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/fs/reiserfs/Kconfig b/fs/reiserfs/Kconfig index 8fd54ed8f844..33c8b0dd07a2 100644 --- a/fs/reiserfs/Kconfig +++ b/fs/reiserfs/Kconfig @@ -1,10 +1,14 @@ # SPDX-License-Identifier: GPL-2.0-only config REISERFS_FS - tristate "Reiserfs support" + tristate "Reiserfs support (deprecated)" select CRC32 help - Stores not just filenames but the files themselves in a balanced - tree. Uses journalling. + Reiserfs is deprecated and scheduled to be removed from the kernel + in 2025. If you are still using it, please migrate to another + filesystem or tell us your usecase for reiserfs. + + Reiserfs stores not just filenames but the files themselves in a + balanced tree. Uses journalling. Balanced trees are more efficient than traditional file system architectural foundations. |