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)
commit735f61e62611161588123930823af6e6a9fd5c2c
treed07e16026909daa692ddab9c7b0801cc418cb3bc
parent87faf3ccf1c939938600ab57c6c9ed5bd2e5f4cc
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