Loading fs/hfs/super.c +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading fs/hfsplus/super.c +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
fs/hfs/super.c +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading
fs/hfsplus/super.c +0 −2 Original line number Diff line number Diff line Loading @@ -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