commit | 7aedec2ad5314b173e78ca3f4edb4ceaa02248bb | [log] [tgz] |
---|---|---|
author | Eric Dumazet <dada1@cosmosbay.com> | Thu May 07 07:20:39 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu May 07 14:52:28 2009 -0700 |
tree | 9b9ed7561bf13bcaa11f1f6ac7b4da2c444b0044 | |
parent | f5f8d86b231e0489c33542c42afbb14d32411ee8 [diff] |
tcp: tcp_prequeue() can use keyed wakeups We can avoid waking up tasks not interested in receive notifications, using wake_up_interruptible_poll() instead of wake_up_interruptible() Signed-off-by: Eric Dumazet <dada1@cosmosbay.com> Signed-off-by: David S. Miller <davem@davemloft.net>