diff options
Diffstat (limited to 'net/sctp/outqueue.c')
-rw-r--r-- | net/sctp/outqueue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c index da2418b64c86..6c109b0f8495 100644 --- a/net/sctp/outqueue.c +++ b/net/sctp/outqueue.c | |||
@@ -304,7 +304,6 @@ int sctp_outq_tail(struct sctp_outq *q, struct sctp_chunk *chunk, gfp_t gfp) | |||
304 | sctp_cname(SCTP_ST_CHUNK(chunk->chunk_hdr->type)) : | 304 | sctp_cname(SCTP_ST_CHUNK(chunk->chunk_hdr->type)) : |
305 | "illegal chunk"); | 305 | "illegal chunk"); |
306 | 306 | ||
307 | sctp_chunk_hold(chunk); | ||
308 | sctp_outq_tail_data(q, chunk); | 307 | sctp_outq_tail_data(q, chunk); |
309 | if (chunk->asoc->prsctp_enable && | 308 | if (chunk->asoc->prsctp_enable && |
310 | SCTP_PR_PRIO_ENABLED(chunk->sinfo.sinfo_flags)) | 309 | SCTP_PR_PRIO_ENABLED(chunk->sinfo.sinfo_flags)) |