Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23969
b: refs/heads/master
c: 1c6f3fc
h: refs/heads/master
i:
  23967: 258e1d4
v: v3
  • Loading branch information
Ed L. Cashin authored and Greg Kroah-Hartman committed Mar 24, 2006
1 parent 09cf690 commit 16a3716
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a712c0efbffb09f7b837577e29d0efb043fea0ea
refs/heads/master: 1c6f3fcac03a16c901ee5acd58100bff963add6d
4 changes: 2 additions & 2 deletions trunk/drivers/block/aoe/aoecmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ rexmit_timer(ulong vp)
spin_lock_irqsave(&d->lock, flags);

if (d->flags & DEVFL_TKILL) {
tdie: spin_unlock_irqrestore(&d->lock, flags);
spin_unlock_irqrestore(&d->lock, flags);
return;
}
f = d->frames;
Expand All @@ -342,7 +342,7 @@ tdie: spin_unlock_irqrestore(&d->lock, flags);
n /= HZ;
if (n > MAXWAIT) { /* waited too long. device failure. */
aoedev_downdev(d);
goto tdie;
break;
}
rexmit(d, f);
}
Expand Down

0 comments on commit 16a3716

Please sign in to comment.