include: linux: cgroup: Fix compiler warning
Signed-off-by: Daniel Rosenberg <drosen@google.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user