]> git.baikalelectronics.ru Git - kernel.git/commit
[DCCP]: Remove timeo from output.c
authorIan McDonald <ian.mcdonald@jandi.co.nz>
Sun, 10 Dec 2006 01:56:09 +0000 (23:56 -0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 11 Dec 2006 22:34:37 +0000 (14:34 -0800)
commit95605a8fa08c05e8c1cff58ab1a484a57be3808b
tree7f7f1e51e54e7f34025b60cf93e284de72740ba5
parentd11d9adaf9e5540250551bf3e26d117acb8a868f
[DCCP]: Remove timeo from output.c

It simplifies waiting for the CCID module to signal that a packet
is ready to be sent.  Other simplifications flow on from this such as
removing constants.

As a result of this EAGAIN is not returned any more by dccp_wait_for_ccid
(which would otherwise lead to unnecessarily discarding the packet in
dccp_write_xmit).

Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
net/dccp/dccp.h
net/dccp/output.c