Patch 2.6.32.28 to 2.6.32.32
/net/sched/cls_cgroup.c
blob:e4877ca6727c4b098ef1b6f08163fd7702d3eea2 -> blob:f4f02313f96b7b5f60c7098175f54d4c3f8d61ef
--- net/sched/cls_cgroup.c
+++ net/sched/cls_cgroup.c
@@ -110,7 +110,7 @@ static int cls_cgroup_classify(struct sk
* calls by looking at the number of nested bh disable calls because
* softirqs always disables bh.
*/
- if (softirq_count() != SOFTIRQ_OFFSET)
+ if (in_serving_softirq())
return -1;
rcu_read_lock();