sctp: prepare for socket backlog behavior change
authorEric Dumazet <edumazet@google.com>
Fri, 29 Apr 2016 21:16:51 +0000 (14:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 May 2016 21:02:26 +0000 (17:02 -0400)
commit860fbbc343bf05a71b31555579ff4878194be01b
tree71ef7cf3e62607570fdb1cde52615703d220a30b
parente61da9e259ef887bd516ab08dfdf1c1261017e8e
sctp: prepare for socket backlog behavior change

sctp_inq_push() will soon be called without BH being blocked
when generic socket code flushes the socket backlog.

It is very possible SCTP can be converted to not rely on BH,
but this needs to be done by SCTP experts.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/inqueue.c