aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2022-02-25 13:54:45 +0100
committerJan Kara <jack@suse.cz>2022-03-02 17:33:55 +0100
commiteb103a51640ee32ab01c51e13bf8fca211f25f61 (patch)
tree2c92fff8b88cede7bd2513053124cb73dfce5d51 /fs/reiserfs/super.c
parentext2: correct max file size computing (diff)
downloadlinux-dev-eb103a51640ee32ab01c51e13bf8fca211f25f61.tar.xz
linux-dev-eb103a51640ee32ab01c51e13bf8fca211f25f61.zip
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/super.c')
-rw-r--r--fs/reiserfs/super.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c
index 82e09901462e..a18be1a18f84 100644
--- a/fs/reiserfs/super.c
+++ b/fs/reiserfs/super.c
@@ -1652,6 +1652,8 @@ static int read_super_block(struct super_block *s, int offset)
return 1;
}
+ reiserfs_warning(NULL, "", "reiserfs filesystem is deprecated and "
+ "scheduled to be removed from the kernel in 2025");
SB_BUFFER_WITH_SB(s) = bh;
SB_DISK_SUPER_BLOCK(s) = rs;