diff options
Diffstat (limited to 'net/ipv6/reassembly.c')
-rw-r--r-- | net/ipv6/reassembly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/reassembly.c b/net/ipv6/reassembly.c index b2847ed6a7d9..a555156e9779 100644 --- a/net/ipv6/reassembly.c +++ b/net/ipv6/reassembly.c | |||
@@ -228,7 +228,7 @@ static void ip6_frag_expire(unsigned long data) | |||
228 | pointer directly, device might already disappeared. | 228 | pointer directly, device might already disappeared. |
229 | */ | 229 | */ |
230 | fq->q.fragments->dev = dev; | 230 | fq->q.fragments->dev = dev; |
231 | icmpv6_send(fq->q.fragments, ICMPV6_TIME_EXCEED, ICMPV6_EXC_FRAGTIME, 0, dev); | 231 | icmpv6_send(fq->q.fragments, ICMPV6_TIME_EXCEED, ICMPV6_EXC_FRAGTIME, 0); |
232 | out_rcu_unlock: | 232 | out_rcu_unlock: |
233 | rcu_read_unlock(); | 233 | rcu_read_unlock(); |
234 | out: | 234 | out: |