diff options
Diffstat (limited to 'net/core/skbuff.c')
-rw-r--r-- | net/core/skbuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 4be570a4ab21..7de3d679f3e0 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c | |||
@@ -566,7 +566,7 @@ static void skb_release_head_state(struct sk_buff *skb) | |||
566 | #if IS_ENABLED(CONFIG_NF_CONNTRACK) | 566 | #if IS_ENABLED(CONFIG_NF_CONNTRACK) |
567 | nf_conntrack_put(skb->nfct); | 567 | nf_conntrack_put(skb->nfct); |
568 | #endif | 568 | #endif |
569 | #ifdef CONFIG_BRIDGE_NETFILTER | 569 | #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER) |
570 | nf_bridge_put(skb->nf_bridge); | 570 | nf_bridge_put(skb->nf_bridge); |
571 | #endif | 571 | #endif |
572 | /* XXX: IS this still necessary? - JHS */ | 572 | /* XXX: IS this still necessary? - JHS */ |