From: Roland Dreier Date: Tue, 29 Nov 2005 18:25:23 +0000 (-0800) Subject: IPoIB: don't zero members after we allocate with kzalloc X-Git-Tag: v2.6.15-rc5~19^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e86541ec878de9ec5771600a77f451a80bebfc4;p=pandora-kernel.git IPoIB: don't zero members after we allocate with kzalloc ipoib_mcast_alloc() uses kzalloc(), so there's no need to zero out members of the mcast struct after it's allocated. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed