Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97109
b: refs/heads/master
c: 9d6347a
h: refs/heads/master
i:
  97107: c8e4540
v: v3
  • Loading branch information
Tom Tucker committed May 19, 2008
1 parent cd4de49 commit 1b0b057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dbcd00eba99945acfc433508a58eadc5dcd18cad
refs/heads/master: 9d6347acd2134373c3a4c65a4d43e4f1d59aa012
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/xprtrdma/svc_rdma_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ int svc_rdma_send(struct svcxprt_rdma *xprt, struct ib_send_wr *wr)
int ret;

if (test_bit(XPT_CLOSE, &xprt->sc_xprt.xpt_flags))
return 0;
return -ENOTCONN;

BUG_ON(wr->send_flags != IB_SEND_SIGNALED);
BUG_ON(((struct svc_rdma_op_ctxt *)(unsigned long)wr->wr_id)->wr_op !=
Expand Down

0 comments on commit 1b0b057

Please sign in to comment.