commit | 9bffc4ace1ed875667dbe5b29065d96bec558c62 | [log] [tgz] |
---|---|---|
author | Neil Horman <nhorman@tuxdriver.com> | Mon Dec 19 14:24:40 2005 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 19 14:24:40 2005 -0800 |
tree | 8f6f3823c2656b89f15c5438dd711860502d64b8 | |
parent | 399c180ac5f0cb66ef9479358e0b8b6bafcbeafe [diff] |
[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 <nhorman@tuxdriver.com> Signed-off-by: Sridhar Samudrala <sri@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>