git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5f8d86
)
tcp: tcp_prequeue() can use keyed wakeups
author
Eric Dumazet
<dada1@cosmosbay.com>
Thu, 7 May 2009 07:20:39 +0000
(07:20 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 7 May 2009 21:52:28 +0000
(14:52 -0700)
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>
No differences found