aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/aoe/aoecmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/aoe/aoecmd.c b/drivers/block/aoe/aoecmd.c
index d9bc6ff56f49..d609c47c599e 100644
--- a/drivers/block/aoe/aoecmd.c
+++ b/drivers/block/aoe/aoecmd.c
@@ -581,6 +581,7 @@ reassign_frame(struct list_head *pos)
581 nf->waited = 0; 581 nf->waited = 0;
582 nf->waited_total = f->waited_total; 582 nf->waited_total = f->waited_total;
583 nf->sent = f->sent; 583 nf->sent = f->sent;
584 nf->sent_jiffs = f->sent_jiffs;
584 f->skb = skb; 585 f->skb = skb;
585 aoe_freetframe(f); 586 aoe_freetframe(f);
586 f->t->nout--; 587 f->t->nout--;