]> Git Repo - linux.git/commit
sctp: remove the useless check in sctp_renege_events
authorXin Long <[email protected]>
Mon, 12 Feb 2018 10:31:24 +0000 (18:31 +0800)
committerDavid S. Miller <[email protected]>
Mon, 12 Feb 2018 16:41:05 +0000 (11:41 -0500)
commitfb23403536eabe81ee90d32cb3051030b871d988
tree767129a414f12e05abfc2d21601744bd40b57e31
parent947820b9595aa99f73de033ddcfe4c729c903c75
sctp: remove the useless check in sctp_renege_events

Remove the 'if (chunk)' check in sctp_renege_events for idata process,
as all renege commands are generated in sctp_eat_data and it can't be
NULL.

The same thing we already did for common data in sctp_ulpq_renege.

Fixes: 94014e8d871a ("sctp: implement renege_events for sctp_stream_interleave")
Signed-off-by: Xin Long <[email protected]>
Acked-by: Marcelo Ricardo Leitner <[email protected]>
Acked-by: Neil Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/sctp/stream_interleave.c
This page took 0.054085 seconds and 4 git commands to generate.