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:
a8e9179
)
be2net: fix bad queue traversal in be_rx_q_clean()
author
Sathya Perla
<sathyap@serverengines.com>
Mon, 10 Aug 2009 03:43:23 +0000
(
03:43
+0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 13 Aug 2009 05:13:17 +0000
(22:13 -0700)
Using "for(tail != head)" to traverse a queue from tail to head
fails in the case of a fully filled queue. Use "for(used != 0)" instead.
Signed-off-by: Sathya Perla <sathyap@serverengines.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found