]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/net/tc_act/tc_mirred.h
net sched: fix race in mirred device removal
[mv-sheeva.git] / include / net / tc_act / tc_mirred.h
index ceac661cdfd5fdddb29314389f1e3e4bbca320ba..cfe2943690ff298cd3e938ecef2ddb8d49dfc229 100644 (file)
@@ -9,6 +9,7 @@ struct tcf_mirred {
        int                     tcfm_ifindex;
        int                     tcfm_ok_push;
        struct net_device       *tcfm_dev;
+       struct list_head        tcfm_list;
 };
 #define to_mirred(pc) \
        container_of(pc, struct tcf_mirred, common)