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:
5c1e6aa
)
net: Use non-zero allocations in dst_alloc().
author
David S. Miller
<davem@davemloft.net>
Thu, 28 Apr 2011 21:31:47 +0000
(14:31 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 29 Apr 2011 05:26:00 +0000
(22:26 -0700)
Make dst_alloc() and it's users explicitly initialize the entire
entry.
The zero'ing done by kmem_cache_zalloc() was almost entirely
redundant.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found