git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcdf95c
)
cls_flow: remove one dynamic array
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 14 Dec 2011 02:30:00 +0000
(
02:30
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 14 Dec 2011 18:34:55 +0000
(13:34 -0500)
Its better to use a predefined size for this small automatic variable.
Removes a sparse error as well :
net/sched/cls_flow.c:288:13: error: bad constant expression
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found