commit | cb164b8c6a2bdf995c938e5f157d41465b18e5c3 | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Mon Mar 05 12:50:17 2007 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Mar 06 12:41:44 2007 -0800 |
tree | 4e06a744dcbc32d16ac0c4fa8508d6bdb2acfd20 | |
parent | aeb100e2466b11e6087ee6f467b712e119213158 [diff] |
RDMA/cma: Initialize rdma_bind_list in cma_alloc_any_port() The struct rdma_bind_list fields for hlist are not being initialized, resulting in a corrupted list. Fix this by using kzalloc() to make sure all pointers are NULL. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>