sctp: really allow using GFP_KERNEL on sctp_packet_transmit
authorMarcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Tue, 29 Mar 2016 13:41:03 +0000 (10:41 -0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Mar 2016 19:41:22 +0000 (15:41 -0400)
commit28fd34985bd5edaea6282a0586f91bcddd336f5e
tree65149988f3d2615baa589ff740991b16c1f2e55d
parent5e263f712691615fb802f06c98d7638c378f5d11
sctp: really allow using GFP_KERNEL on sctp_packet_transmit

Somehow my patch for commit cea8768f333e ("sctp: allow
sctp_transmit_packet and others to use gfp") missed two important
chunks, which are now added.

Fixes: cea8768f333e ("sctp: allow sctp_transmit_packet and others to use gfp")
Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Acked-By: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/output.c