-
James Bottomley authored
James Smart pointed out that if you insert and remove a HBA driver a few times, eventually the system oopses. The reason is that the transport classes all kfree their attribute containers, but don't actually unregister them first (so we have freed memory on the container list). The attached should fix this. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
6e59c939