include: linux: cgroup: Fix compiler warning

Signed-off-by: Daniel Rosenberg <drosen@google.com>
This commit is contained in:
Daniel Rosenberg
2015-01-12 14:21:52 -08:00
parent 0a061d52b1
commit 363fefffe3

View File

@@ -883,7 +883,7 @@ static inline int cgroup_attach_task_all(struct task_struct *from,
}
static inline int subsys_cgroup_allow_attach(struct cgroup_subsys_state *css,
struct cgroup_taskset *tset)
void *tset)
{
return 0;
}