Loading fs/gfs2/ops_fstype.c +1 −1 Original line number Diff line number Diff line Loading @@ -769,7 +769,7 @@ static int fill_super(struct super_block *sb, void *data, int silent) fail_sys: gfs2_sys_fs_del(sdp); fail: vfree(sdp); kfree(sdp); sb->s_fs_info = NULL; return error; } Loading Loading
fs/gfs2/ops_fstype.c +1 −1 Original line number Diff line number Diff line Loading @@ -769,7 +769,7 @@ static int fill_super(struct super_block *sb, void *data, int silent) fail_sys: gfs2_sys_fs_del(sdp); fail: vfree(sdp); kfree(sdp); sb->s_fs_info = NULL; return error; } Loading