Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/drm...
[firefly-linux-kernel-4.4.55.git] / include / net / cls_cgroup.h
index 9cf2d5ef38d967ad7d67202bbd82f3bd933a31dd..c15d39456e146196b24bafed159099baa57e03e9 100644 (file)
@@ -34,7 +34,7 @@ static inline u32 task_cls_classid(struct task_struct *p)
                return 0;
 
        rcu_read_lock();
-       classid = container_of(task_css(p, net_cls_subsys_id),
+       classid = container_of(task_css(p, net_cls_cgrp_id),
                               struct cgroup_cls_state, css)->classid;
        rcu_read_unlock();