Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <rolandd@cisco.com>
- Loading branch information