summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2025-04-19 22:48:59 +0200
committerChristian Brauner <brauner@kernel.org>2025-04-19 22:48:59 +0200
commit408e4504f97c0aa510330f0a04b7ed028fdf3154 (patch)
tree03fc3e22d87be7b2c61bbafd9459c198d21d587a
parent777d0961ff95b26d5887fdae69900374364976f3 (diff)
Revert "hfs{plus}: add deprecation warning"
This reverts commit ddee68c499f76ae47c011549df5be53db0057402. There's ongoing discussion about better maintenance of at least hfsplus. Rever the deprecation warning for now. Signed-off-by: Christian Brauner <brauner@kernel.org>
-rw-r--r--fs/hfs/super.c2
-rw-r--r--fs/hfsplus/super.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/fs/hfs/super.c b/fs/hfs/super.c
index 4413cd8feb9e..fe09c2093a93 100644
--- a/fs/hfs/super.c
+++ b/fs/hfs/super.c
@@ -404,8 +404,6 @@ static int hfs_init_fs_context(struct fs_context *fc)
{
struct hfs_sb_info *hsb;
- pr_warn("The hfs filesystem is deprecated and scheduled to be removed from the kernel in 2025\n");
-
hsb = kzalloc(sizeof(struct hfs_sb_info), GFP_KERNEL);
if (!hsb)
return -ENOMEM;
diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c
index 58cff4b2a3b4..948b8aaee33e 100644
--- a/fs/hfsplus/super.c
+++ b/fs/hfsplus/super.c
@@ -656,8 +656,6 @@ static int hfsplus_init_fs_context(struct fs_context *fc)
{
struct hfsplus_sb_info *sbi;
- pr_warn("The hfsplus filesystem is deprecated and scheduled to be removed from the kernel in 2025\n");
-
sbi = kzalloc(sizeof(struct hfsplus_sb_info), GFP_KERNEL);
if (!sbi)
return -ENOMEM;