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

Commit 134e3e00 authored by Daniel Rosenberg's avatar Daniel Rosenberg Committed by Ruchi Kandoi
Browse files

include: linux: cgroup: Fix compiler warning

parent ec390eaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -944,7 +944,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;
}