Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6dc01181 authored by Li Zefan's avatar Li Zefan Committed by Tejun Heo
Browse files

cgroup: remove unused variables in cgroup_destroy_locked()



Signed-off-by: default avatarLi Zefan <lizefan@huawei.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent e7b2dcc5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4346,10 +4346,8 @@ static int cgroup_destroy_locked(struct cgroup *cgrp)
{
	struct dentry *d = cgrp->dentry;
	struct cgroup *parent = cgrp->parent;
	DEFINE_WAIT(wait);
	struct cgroup_event *event, *tmp;
	struct cgroup_subsys *ss;
	LIST_HEAD(tmp_list);

	lockdep_assert_held(&d->d_inode->i_mutex);
	lockdep_assert_held(&cgroup_mutex);