]> Git Repo - linux.git/commit
sctp: make sctp_outq_flush/tail/uncork return void
authorXin Long <[email protected]>
Tue, 13 Sep 2016 18:04:22 +0000 (02:04 +0800)
committerDavid S. Miller <[email protected]>
Mon, 19 Sep 2016 02:02:33 +0000 (22:02 -0400)
commit83dbc3d4a38411ef38f680d7045c8478cc9c5a56
treec5dd0adc5b4219b2b9538bdef825d1c5f08d7009
parent645194409b0634a43890ec27c491c368b3bffc07
sctp: make sctp_outq_flush/tail/uncork return void

sctp_outq_flush return value is meaningless now, this patch is
to make sctp_outq_flush return void, as well as sctp_outq_fail
and sctp_outq_uncork.

Signed-off-by: Xin Long <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/sctp/structs.h
net/sctp/outqueue.c
net/sctp/sm_sideeffect.c
This page took 0.048472 seconds and 4 git commands to generate.