Skip to content

Commit 408e450

Browse files
committed
Revert "hfs{plus}: add deprecation warning"
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>
1 parent 777d096 commit 408e450

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

fs/hfs/super.c

-2
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,6 @@ static int hfs_init_fs_context(struct fs_context *fc)
404404
{
405405
struct hfs_sb_info *hsb;
406406

407-
pr_warn("The hfs filesystem is deprecated and scheduled to be removed from the kernel in 2025\n");
408-
409407
hsb = kzalloc(sizeof(struct hfs_sb_info), GFP_KERNEL);
410408
if (!hsb)
411409
return -ENOMEM;

fs/hfsplus/super.c

-2
Original file line numberDiff line numberDiff line change
@@ -656,8 +656,6 @@ static int hfsplus_init_fs_context(struct fs_context *fc)
656656
{
657657
struct hfsplus_sb_info *sbi;
658658

659-
pr_warn("The hfsplus filesystem is deprecated and scheduled to be removed from the kernel in 2025\n");
660-
661659
sbi = kzalloc(sizeof(struct hfsplus_sb_info), GFP_KERNEL);
662660
if (!sbi)
663661
return -ENOMEM;

0 commit comments

Comments
 (0)