commit | 528051746b24dd214883db11bcbb0e667f60447d | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Tue Oct 14 14:05:36 2008 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Oct 14 14:05:36 2008 -0700 |
tree | 4b9a761c73aa26a8767de61e17ff10072f4b32c6 | |
parent | f6bccf695431da0e9bd773550ae91b8cb9ffb227 [diff] |
IB/mad: Use krealloc() to resize snoop table Use krealloc() instead of kmalloc() followed by memcpy() when resizing the MAD module's snoop table. Also put parentheses around the new table size to avoid calculating the wrong size to allocate, which fixes a bug pointed out by Haven Hash <haven.hash@isilon.com>. Signed-off-by: Roland Dreier <rolandd@cisco.com>