commit | 735f61e62611161588123930823af6e6a9fd5c2c | [log] [tgz] |
---|---|---|
author | Andy Grover <andy.grover@oracle.com> | Thu Mar 11 13:49:55 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 16 21:16:53 2010 -0700 |
tree | d07e16026909daa692ddab9c7b0801cc418cb3bc | |
parent | 87faf3ccf1c939938600ab57c6c9ed5bd2e5f4cc [diff] |
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>