Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132140
b: refs/heads/master
c: 9487311
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Mar 4, 2009
1 parent c97302e commit 735b71c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b9bdcd9bd78d253dcc8e13c29f0acd67e080e7c1
refs/heads/master: 948731115774c2e5ff7409360f35389459502211
2 changes: 1 addition & 1 deletion trunk/drivers/block/aoe/aoedev.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ skbfree(struct sk_buff *skb)
return;
while (atomic_read(&skb_shinfo(skb)->dataref) != 1 && i-- > 0)
msleep(Sms);
if (i <= 0) {
if (i < 0) {
printk(KERN_ERR
"aoe: %s holds ref: %s\n",
skb->dev ? skb->dev->name : "netif",
Expand Down

0 comments on commit 735b71c

Please sign in to comment.