diff options
Diffstat (limited to 'net/sctp/outqueue.c')
-rw-r--r-- | net/sctp/outqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c index 20299df163b9..e8762702a313 100644 --- a/net/sctp/outqueue.c +++ b/net/sctp/outqueue.c | |||
@@ -1102,7 +1102,7 @@ static void sctp_outq_flush(struct sctp_outq *q, int rtx_timeout, gfp_t gfp) | |||
1102 | sctp_cname(SCTP_ST_CHUNK(chunk->chunk_hdr->type)) : | 1102 | sctp_cname(SCTP_ST_CHUNK(chunk->chunk_hdr->type)) : |
1103 | "illegal chunk", ntohl(chunk->subh.data_hdr->tsn), | 1103 | "illegal chunk", ntohl(chunk->subh.data_hdr->tsn), |
1104 | chunk->skb ? chunk->skb->head : NULL, chunk->skb ? | 1104 | chunk->skb ? chunk->skb->head : NULL, chunk->skb ? |
1105 | atomic_read(&chunk->skb->users) : -1); | 1105 | refcount_read(&chunk->skb->users) : -1); |
1106 | 1106 | ||
1107 | /* Add the chunk to the packet. */ | 1107 | /* Add the chunk to the packet. */ |
1108 | status = sctp_packet_transmit_chunk(packet, chunk, 0, gfp); | 1108 | status = sctp_packet_transmit_chunk(packet, chunk, 0, gfp); |