commit | d2fcea7d68473b8bb3e0addb4926c87e2217ca83 | [log] [tgz] |
---|---|---|
author | Vu Pham <vu@mellanox.com> | Tue Nov 21 14:14:10 2006 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Nov 29 15:33:09 2006 -0800 |
tree | f0895261c6a063604837b9321315c896f4b5e8b8 | |
parent | 04699a1f8634a4e89c71b22050b599c72126fa96 [diff] |
IB/srp: Fix memory leak on reconnect SRP reallocates the IU buffers for tx_ring and rx_ring without freeing the old buffers when it reconnects to a target. Fix this by keeping the old IU buffers around. Signed-off-by: Vu Pham <vu@mellanox.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>