X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Finclude%2Fnet%2Ftc_act%2Ftc_mirred.h;fp=kernel%2Finclude%2Fnet%2Ftc_act%2Ftc_mirred.h;h=dae96bae1c19c2d71fa7c0ea65e74d064e3b3757;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=4dd77a1c106b246b0abc9d8af3d6dc67fa748b5c;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/include/net/tc_act/tc_mirred.h b/kernel/include/net/tc_act/tc_mirred.h index 4dd77a1c1..dae96bae1 100644 --- a/kernel/include/net/tc_act/tc_mirred.h +++ b/kernel/include/net/tc_act/tc_mirred.h @@ -8,7 +8,7 @@ struct tcf_mirred { int tcfm_eaction; int tcfm_ifindex; int tcfm_ok_push; - struct net_device *tcfm_dev; + struct net_device __rcu *tcfm_dev; struct list_head tcfm_list; }; #define to_mirred(a) \