commit | cf91166223772ef4a2ed98b9874958bf6a2470df | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Apr 28 14:31:47 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 28 22:26:00 2011 -0700 |
tree | f8c86cc60798db9e4469031a8dceb5fcb512fb81 | |
parent | 5c1e6aa300a7a669dc469d2dcb20172c6bd8fed9 [diff] |
net: Use non-zero allocations in dst_alloc(). 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>