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)
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>

No differences found