Skip to content

Commit

Permalink
Revert "hfs{plus}: add deprecation warning"
Browse files Browse the repository at this point in the history
This reverts commit ddee68c.

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>
  • Loading branch information
Christian Brauner committed Apr 19, 2025
1 parent 777d096 commit 408e450
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions fs/hfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions fs/hfsplus/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 408e450

Please sign in to comment.