]> www.infradead.org Git - users/jedix/linux-maple.git/commit
RDS: Fix panic on unload
authorAndy Grover <andy.grover@oracle.com>
Fri, 14 Aug 2009 23:34:48 +0000 (16:34 -0700)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 7 Jul 2015 23:41:19 +0000 (16:41 -0700)
commitcb7441a3b032626192c09ee8e1f94a9d35c9fccc
treebda0ab35bfb6b5e263cbb17aade8399861fc56df
parent318034a5230d356733b1110243d3f1cc27c81af7
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>
net/rds/ib_rdma.c
net/rds/iw_rdma.c