net sched: actions use tcf_lastuse_update for consistency
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

zatwierdzone przez
David S. Miller

rodzic
e69985c67c
commit
9c4a4e488b
@@ -31,7 +31,7 @@ static int tcf_vlan(struct sk_buff *skb, const struct tc_action *a,
|
||||
int err;
|
||||
|
||||
spin_lock(&v->tcf_lock);
|
||||
v->tcf_tm.lastuse = jiffies;
|
||||
tcf_lastuse_update(&v->tcf_tm);
|
||||
bstats_update(&v->tcf_bstats, skb);
|
||||
action = v->tcf_action;
|
||||
|
||||
|
Reference in New Issue
Block a user