NTB: Link toggle memory leak
authorJon Mason <jon.mason@intel.com>
Fri, 1 Feb 2013 22:25:37 +0000 (15:25 -0700)
committerJon Mason <jon.mason@intel.com>
Wed, 15 May 2013 17:57:45 +0000 (10:57 -0700)
commitb77b2637b39ecc380bb08992380d7d48452b0872
treeaa19d879e5a13dbda6817c439fd9154e5f934366
parent113fc505b83b2d16e820ca74fa07f99a34877b1d
NTB: Link toggle memory leak

Each link-up will allocate a new NTB receive buffer when the NTB
properties are negotiated with the remote system.  These allocations did
not check for existing buffers and thus did not free them.  Now, the
driver will check for an existing buffer and free it if not of the
correct size, before trying to alloc a new one.

Signed-off-by: Jon Mason <jon.mason@intel.com>
drivers/ntb/ntb_transport.c