]> www.infradead.org Git - users/jedix/linux-maple.git/commit
RDS: Do not BUG() on error returned from ib_post_send
authorAndy Grover <andy.grover@oracle.com>
Tue, 8 Dec 2009 00:06:53 +0000 (16:06 -0800)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 7 Jul 2015 23:41:19 +0000 (16:41 -0700)
commitc4977c9fc4627eed73702d720e1a51ff8c188463
tree7a535921508e8759bef0520a4a2190a11a1db6ce
parent20f63f7e8feef251a1f20d75a15b49581fa6b83d
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>
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