Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/rds: Remove two WARN_ON() statements
Remove two WARN_ON() statements that verify something that is guaranteed by the RDMA API, namely that the failed_wr pointer is not touched if an ib_post_send() call succeeds and that it points at the failed wr if an ib_post_send() call fails. Signed-off-by: Bart Van Assche <[email protected]> Acked-by: Santosh Shilimkar <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
- Loading branch information