From: Ian McDonald Date: Sun, 10 Dec 2006 01:56:09 +0000 (-0200) Subject: [DCCP]: Remove timeo from output.c X-Git-Tag: v2.6.20-rc1~146^2~12^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cc3741d6cc9f07d8ddd9c45cb5088460ce3364f;p=pandora-kernel.git [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 Signed-off-by: Gerrit Renker Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed