]> git.baikalelectronics.ru Git - kernel.git/commit
RDS: Call rds_send_xmit() directly from sendmsg()
authorAndy Grover <andy.grover@oracle.com>
Mon, 29 Mar 2010 23:20:18 +0000 (16:20 -0700)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:12:15 +0000 (18:12 -0700)
commita460baade79f0a9c9d53bf2a3a3ae5f6edcdba7d
treed15beb494e7d7cf0691adec8ffebe098608c6620
parentd43b45721425c84889dce06b1caa36100ce09f97
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 <andy.grover@oracle.com>
net/rds/send.c