diff options
Diffstat (limited to 'net/ipv6/reassembly.c')
-rw-r--r-- | net/ipv6/reassembly.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv6/reassembly.c b/net/ipv6/reassembly.c index 98d8fbd0c9e9..ed3c7b7912a8 100644 --- a/net/ipv6/reassembly.c +++ b/net/ipv6/reassembly.c | |||
@@ -171,8 +171,7 @@ static inline struct frag_queue *frag_alloc_queue(void) | |||
171 | 171 | ||
172 | static __inline__ void fq_put(struct frag_queue *fq) | 172 | static __inline__ void fq_put(struct frag_queue *fq) |
173 | { | 173 | { |
174 | if (atomic_dec_and_test(&fq->q.refcnt)) | 174 | inet_frag_put(&fq->q, &ip6_frags); |
175 | inet_frag_destroy(&fq->q, &ip6_frags, NULL); | ||
176 | } | 175 | } |
177 | 176 | ||
178 | /* Kill fq entry. It is not destroyed immediately, | 177 | /* Kill fq entry. It is not destroyed immediately, |