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

Commit 937eada4 authored by Herbert Xu's avatar Herbert Xu Committed by David S. Miller
Browse files

cls_cgroup: Fix build error when built-in



There is a typo in cgroup_cls_state when cls_cgroup is built-in.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f16d3d57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ static inline u32 task_cls_classid(struct task_struct *p)
		return 0;

	return container_of(task_subsys_state(p, net_cls_subsys_id),
			    struct cgroup_cls_state, css).classid;
			    struct cgroup_cls_state, css)->classid;
}
#else
extern int net_cls_subsys_id;