From: David S. Miller Date: Thu, 28 Apr 2011 21:31:47 +0000 (-0700) Subject: net: Use non-zero allocations in dst_alloc(). X-Git-Tag: v3.0-rc1~377^2~215 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf91166223772ef4a2ed98b9874958bf6a2470df;p=pandora-kernel.git 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 --- Reading git-diff-tree failed