From 3508a2a5b6559164220ada44c42d0ed91d2622db Mon Sep 17 00:00:00 2001 From: Ed Cashin Date: Mon, 17 Dec 2012 16:04:01 -0800 Subject: [PATCH] --- yaml --- r: 346484 b: refs/heads/master c: 72837600ee8b0d09618f7fcbe36aab08c3ba8890 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/block/aoe/aoe.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c475393fa16e..f48af5114293 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7b6ccc5f975f68d96f941c67eab001b390a7cd1a +refs/heads/master: 72837600ee8b0d09618f7fcbe36aab08c3ba8890 diff --git a/trunk/drivers/block/aoe/aoe.h b/trunk/drivers/block/aoe/aoe.h index 9655ce38e6eb..bfd765cf0eb7 100644 --- a/trunk/drivers/block/aoe/aoe.h +++ b/trunk/drivers/block/aoe/aoe.h @@ -133,7 +133,7 @@ struct aoetgt { struct list_head ffree; /* list of free frames */ struct aoeif ifs[NAOEIFS]; struct aoeif *ifp; /* current aoeif in use */ - ushort nout; /* value of nout when skb was sent */ + ushort nout; /* number of AoE commands outstanding */ ushort maxout; /* current value for max outstanding */ ushort next_cwnd; /* incr maxout after decrementing to zero */ ushort ssthresh; /* slow start threshold */