Commit d1c9ae6d authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller

ipv4: ip_fragment: fix unbalanced rcu_read_unlock()

Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2a6ace1b
......@@ -234,10 +234,9 @@ static void ip_expire(unsigned long arg)
/* Send an ICMP "Fragment Reassembly Timeout" message. */
icmp_send(head, ICMP_TIME_EXCEEDED, ICMP_EXC_FRAGTIME, 0);
}
out_rcu_unlock:
rcu_read_unlock();
rcu_read_unlock();
}
out:
spin_unlock(&qp->q.lock);
ipq_put(qp);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment