]> git.baikalelectronics.ru Git - kernel.git/commit
RDS: Do not BUG() on error returned from ib_post_send
authorAndy Grover <andy.grover@oracle.com>
Thu, 11 Mar 2010 13:49:55 +0000 (13:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Mar 2010 04:16:53 +0000 (21:16 -0700)
commit490d0b5f04c6226f4a6e1e074d6b88a54df0ddbd
treed07e16026909daa692ddab9c7b0801cc418cb3bc
parent8d8a55dcb718c3f77c519be1f5177ecd77c282d9
RDS: Do not BUG() on error returned from ib_post_send

BUGging on a runtime error code should be avoided. This
patch also eliminates all other BUG()s that have no real
reason to exist.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/ib_recv.c
net/rds/ib_send.c
net/rds/iw_recv.c
net/rds/iw_send.c
net/rds/rdma_transport.c