Revert "hfs{plus}: add deprecation warning"

This reverts commit ddee68c499.

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>
This commit is contained in:
Christian Brauner 2025-04-19 22:48:59 +02:00
parent 777d0961ff
commit 408e4504f9
No known key found for this signature in database
GPG key ID: 91C61BC06578DCA2
2 changed files with 0 additions and 4 deletions

View file

@ -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;

View file

@ -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;