sctp: use the passed in gfp flags instead GFP_KERNEL
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 28 Feb 2013 19:27:43 +0000 (19:27 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Mar 2013 20:59:56 +0000 (15:59 -0500)
commit81ce0dbc119fa31af21d02febde1cf923022d4d6
treed30a6bbde6b47679115f5eb1f84f79eabbc5c58f
parentd8c6f4b9b7848bca8babfc0ae43a50c8ab22fbb9
sctp: use the passed in gfp flags instead GFP_KERNEL

This patch doesn't change how the code works because in the current
kernel gfp is always GFP_KERNEL.  But gfp was obviously intended
instead of GFP_KERNEL.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/endpointola.c