Commit 0d205ac7 authored by Andrew Morton's avatar Andrew Morton Committed by James Morris

[IPV4 FRAG]: Uninline ipq_kill.

parent ebf9bc5f
......@@ -185,7 +185,7 @@ static __inline__ void ipq_put(struct ipq *ipq)
/* Kill ipq entry. It is not destroyed immediately,
* because caller (and someone more) holds reference count.
*/
static __inline__ void ipq_kill(struct ipq *ipq)
static void ipq_kill(struct ipq *ipq)
{
if (del_timer(&ipq->timer))
atomic_dec(&ipq->refcnt);
......
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