Loading kernel/cgroup.c +2 −0 Original line number Diff line number Diff line Loading @@ -1540,6 +1540,8 @@ static struct dentry *cgroup_mount(struct file_system_type *fs_type, if (!atomic_inc_not_zero(&root->top_cgroup.refcnt)) { mutex_unlock(&cgroup_mutex); mutex_unlock(&cgroup_tree_mutex); kfree(opts.release_agent); kfree(opts.name); msleep(10); goto retry; } Loading Loading
kernel/cgroup.c +2 −0 Original line number Diff line number Diff line Loading @@ -1540,6 +1540,8 @@ static struct dentry *cgroup_mount(struct file_system_type *fs_type, if (!atomic_inc_not_zero(&root->top_cgroup.refcnt)) { mutex_unlock(&cgroup_mutex); mutex_unlock(&cgroup_tree_mutex); kfree(opts.release_agent); kfree(opts.name); msleep(10); goto retry; } Loading