commit | f0229eaaf3f82522e2b16b41b0f45bb84a88d1b0 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Mar 21 20:44:09 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 22 19:29:58 2012 -0400 |
tree | dfe2f90e6aeb6d4a4406300f48c24e11b2ee8995 | |
parent | 64b5fad526f63e9b56752a7e8e153b99ec0ddecd [diff] |
RDS: use gfp flags from caller in conn_alloc() We should be using the gfp flags the caller specified here, instead of GFP_KERNEL. I think this might be a bugfix, depending on the value of "sock->sk->sk_allocation" when we call rds_conn_create_outgoing() in rds_sendmsg(). Otherwise, it's just a cleanup. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>