diff options
Diffstat (limited to 'net/ipv4/ip_fragment.c')
-rw-r--r-- | net/ipv4/ip_fragment.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/ip_fragment.c b/net/ipv4/ip_fragment.c index 6676600220c5..3171ec0c0fa0 100644 --- a/net/ipv4/ip_fragment.c +++ b/net/ipv4/ip_fragment.c | |||
@@ -157,8 +157,7 @@ static __inline__ struct ipq *frag_alloc_queue(void) | |||
157 | 157 | ||
158 | static __inline__ void ipq_put(struct ipq *ipq) | 158 | static __inline__ void ipq_put(struct ipq *ipq) |
159 | { | 159 | { |
160 | if (atomic_dec_and_test(&ipq->q.refcnt)) | 160 | inet_frag_put(&ipq->q, &ip4_frags); |
161 | inet_frag_destroy(&ipq->q, &ip4_frags, NULL); | ||
162 | } | 161 | } |
163 | 162 | ||
164 | /* Kill ipq entry. It is not destroyed immediately, | 163 | /* Kill ipq entry. It is not destroyed immediately, |