]> git.baikalelectronics.ru Git - kernel.git/commit
net: cls_u32: fix missed pcpu_success free_percpu
authorJohn Fastabend <john.fastabend@gmail.com>
Sat, 20 Sep 2014 04:50:04 +0000 (21:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Sep 2014 19:59:21 +0000 (15:59 -0400)
commit9cb925a5b04c1e74138f4d2b51f432766024e544
tree1403193490b5bb5373603ec13c0dd4a7c3944e56
parenta499811746e514e8048fcee2f3a67b728871331d
net: cls_u32: fix missed pcpu_success free_percpu

This fixes a missed free_percpu in the unwind code path and when
keys are destroyed.

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_u32.c