From: Neil Horman Date: Mon, 19 Dec 2005 22:24:40 +0000 (-0800) Subject: [SCTP]: Fix sctp to not return erroneous POLLOUT events. X-Git-Tag: v2.6.15-rc7~16^2~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bffc4ace1ed875667dbe5b29065d96bec558c62;p=pandora-kernel.git [SCTP]: Fix sctp to not return erroneous POLLOUT events. Make sctp_writeable() use sk_wmem_alloc rather than sk_wmem_queued to determine the sndbuf space available. It also removes all the modifications to sk_wmem_queued as it is not currently used in SCTP. Signed-off-by: Neil Horman Signed-off-by: Sridhar Samudrala Signed-off-by: David S. Miller --- Reading git-diff-tree failed