audit: don't free_chunk() after fsnotify_add_mark()
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / ipv4 / ip_fragment.c
index 7ad88e5..8d07c97 100644 (file)
@@ -258,8 +258,8 @@ static void ip_expire(unsigned long arg)
                /* skb dst is stale, drop it, and perform route lookup again */
                skb_dst_drop(head);
                iph = ip_hdr(head);
-               err = ip_route_input(head, iph->daddr, iph->saddr,
-                                    iph->tos, head->dev);
+               err = ip_route_input_noref(head, iph->daddr, iph->saddr,
+                                          iph->tos, head->dev);
                if (err)
                        goto out_rcu_unlock;