net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dump

am: 5f79aab41d

Change-Id: I007c849ee59abde3d88abd28e15eb7bd1db2fc02
This commit is contained in:
Alexey Khoroshilov
2017-03-22 11:59:05 +00:00
committed by android-build-merger

View File

@@ -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;
}