]> www.infradead.org Git - users/jedix/linux-maple.git/commit
RDS: Workaround for in-use MRs on close causing crash
authorAndy Grover <andy.grover@oracle.com>
Tue, 16 Feb 2010 21:54:12 +0000 (13:54 -0800)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 7 Jul 2015 23:41:21 +0000 (16:41 -0700)
commit84bf9bd6cd6d59ed03b62a5d812929620d8d0f3f
tree0fd74edbde5ecc6aa34cb8bc0dc300094f234b63
parent355c7dda37da2a448d1775292e221d19b875d76d
RDS: Workaround for in-use MRs on close causing crash

if a machine is shut down without closing sockets properly, and
freeing all MRs, then a BUG_ON will bring it down. This patch
changes these to WARN_ONs -- leaking MRs is not fatal (although
not ideal, and there is more work to do here for a proper fix.)

Signed-off-by: Andy Grover <andy.grover@oracle.com>
net/rds/ib_rdma.c