Loading arch/s390/hypfs/inode.c +1 −1 Original line number Diff line number Diff line Loading @@ -320,7 +320,7 @@ static void hypfs_kill_super(struct super_block *sb) if (sb->s_root) hypfs_delete_tree(sb->s_root); if (sb_info->update_file) if (sb_info && sb_info->update_file) hypfs_remove(sb_info->update_file); kfree(sb->s_fs_info); sb->s_fs_info = NULL; Loading Loading
arch/s390/hypfs/inode.c +1 −1 Original line number Diff line number Diff line Loading @@ -320,7 +320,7 @@ static void hypfs_kill_super(struct super_block *sb) if (sb->s_root) hypfs_delete_tree(sb->s_root); if (sb_info->update_file) if (sb_info && sb_info->update_file) hypfs_remove(sb_info->update_file); kfree(sb->s_fs_info); sb->s_fs_info = NULL; Loading