]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: fix static key imbalance in case of ingress/clsact_init error
authorJiri Pirko <jiri@mellanox.com>
Fri, 15 Dec 2017 11:40:13 +0000 (12:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Dec 2017 20:43:12 +0000 (15:43 -0500)
commit18e1a3446e12d9ab73cbb5a0357cb106d0c38359
tree80092ec432ee3fa8cf5689cd9e01e5bd6cee38cc
parente6631e0e018063b4b68b19bc8567d30c2af450c4
net: sched: fix static key imbalance in case of ingress/clsact_init error

Move static key increments to the beginning of the init function
so they pair 1:1 with decrements in ingress/clsact_destroy,
which is called in case ingress/clsact_init fails.

Fixes: 78fe3c434b13 ("net: sched: introduce tcf block infractructure")
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Acked-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_ingress.c