mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dump
am: 5f79aab41d
Change-Id: I007c849ee59abde3d88abd28e15eb7bd1db2fc02
This commit is contained in:
@@ -228,7 +228,6 @@ static int tcf_skbmod_dump(struct sk_buff *skb, struct tc_action *a,
|
||||
|
||||
return skb->len;
|
||||
nla_put_failure:
|
||||
rcu_read_unlock();
|
||||
nlmsg_trim(skb, b);
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user