mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
cgroup: remove unused variables in cgroup_destroy_locked()
Signed-off-by: Li Zefan <lizefan@huawei.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
e7b2dcc52b
commit
6dc01181ea
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user