From: Andy Grover Date: Mon, 29 Mar 2010 23:20:18 +0000 (-0700) Subject: RDS: Call rds_send_xmit() directly from sendmsg() X-Git-Tag: v2.6.37-rc1~147^2~499^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7d3a281483684f77e350b045af7f80a149fc4c7;p=pandora-kernel.git RDS: Call rds_send_xmit() directly from sendmsg() rds_sendmsg() is calling the send worker function to send the just-queued datagrams, presumably because it wants the behavior where anything not sent will re-call the send worker. We now ensure all queued datagrams are sent by retrying from the send completion handler, so this isn't needed any more. Signed-off-by: Andy Grover --- Reading git-diff-tree failed