mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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:
parent
777d0961ff
commit
408e4504f9
2 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue