Message ID | 20220207171319.157775-3-atenart@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 9eeabdf17fa0ab75381045c867c370f4cc75a613 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: fix issues when uncloning an skb dst+metadata | expand |
diff --git a/include/net/dst_metadata.h b/include/net/dst_metadata.h index b997e0c1e362..adab27ba1ecb 100644 --- a/include/net/dst_metadata.h +++ b/include/net/dst_metadata.h @@ -137,7 +137,6 @@ static inline struct metadata_dst *tun_dst_unclone(struct sk_buff *skb) #endif skb_dst_drop(skb); - dst_hold(&new_md->dst); skb_dst_set(skb, &new_md->dst); return new_md; }