From: Dan Carpenter Date: Wed, 21 Mar 2012 20:44:09 +0000 (+0000) Subject: RDS: use gfp flags from caller in conn_alloc() X-Git-Tag: v3.4-rc1~115^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0229eaaf3f82522e2b16b41b0f45bb84a88d1b0;p=pandora-kernel.git 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 Acked-by: Venkat Venkatsubra Signed-off-by: David S. Miller --- Reading git-diff-tree failed