]> git.baikalelectronics.ru Git - kernel.git/commit
RDS: Workaround for in-use MRs on close causing crash
authorAndy Grover <andy.grover@oracle.com>
Thu, 11 Mar 2010 13:50:01 +0000 (13:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Mar 2010 04:16:56 +0000 (21:16 -0700)
commit7fc956d61f7a67b84c751bfb066f7ea2455e94e2
tree08868b2379bc577d64654ea14047edd2eeaf55c7
parent55508f860c2ef6c12132cdd70157afc3887d9fe0
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/ib_rdma.c