projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b6ccc5
)
aoe: cleanup: correct comment for aoetgt nout
author
Ed Cashin
<
[email protected]
>
Tue, 18 Dec 2012 00:04:01 +0000
(16:04 -0800)
committer
Linus Torvalds
<
[email protected]
>
Tue, 18 Dec 2012 01:15:25 +0000
(17:15 -0800)
A misplaced comment was attached to the nout member of the aoetgt. This
change corrects the comment.
Signed-off-by: Ed Cashin <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/block/aoe/aoe.h
patch
|
blob
|
history
diff --git
a/drivers/block/aoe/aoe.h
b/drivers/block/aoe/aoe.h
index 9655ce38e6eb7940089c84d23746cfdbc12ca895..bfd765cf0eb75723b10114261e15b4bca9d94303 100644
(file)
--- a/
drivers/block/aoe/aoe.h
+++ b/
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 */