Searched hist:f0229eaaf3f82522e2b16b41b0f45bb84a88d1b0 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/rds/ |
H A D | loop.c | diff f0229eaaf3f82522e2b16b41b0f45bb84a88d1b0 Wed Mar 21 15:44:09 CDT 2012 Dan Carpenter <dan.carpenter@oracle.com> 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>
|
H A D | ib_cm.c | diff f0229eaaf3f82522e2b16b41b0f45bb84a88d1b0 Wed Mar 21 15:44:09 CDT 2012 Dan Carpenter <dan.carpenter@oracle.com> 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>
|