commit | 433d308dd85e506bb6529177cc0f997627d87ed6 | [log] [tgz] |
---|---|---|
author | Andy Grover <andy.grover@oracle.com> | Fri Oct 30 08:51:55 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 30 15:06:38 2009 -0700 |
tree | 79d1862f71c708ce4488db488a846f89b88c6abe | |
parent | 86357b19bcabd9355937f3fb84f90ba9fe76a5d3 [diff] |
RDS: Fix panic on unload Remove explicit destruction of passive connection when destroying active end of the connection. The passive end is also on the device's connection list, and will thus be cleaned up properly. Panic was caused by trying to clean it up twice. Signed-off-by: Andy Grover <andy.grover@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>