Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92831
b: refs/heads/master
c: 830bb59
h: refs/heads/master
i:
  92829: 5d009b5
  92827: 0ceba1e
  92823: f824dcb
  92815: 04db4be
  92799: 50ff341
v: v3
  • Loading branch information
Tom Tucker authored and J. Bruce Fields committed Apr 23, 2008
1 parent fb91cfe commit 06cd3bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9167f501c6b53492eb2566dd618ce7f55f2856d5
refs/heads/master: 830bb59b6ece51c36dd456b685d145c69d3b7e1c
2 changes: 2 additions & 0 deletions trunk/net/sunrpc/xprtrdma/svc_rdma_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,8 @@ int svc_rdma_send(struct svcxprt_rdma *xprt, struct ib_send_wr *wr)
wait_event(xprt->sc_send_wait,
atomic_read(&xprt->sc_sq_count) <
xprt->sc_sq_depth);
if (test_bit(XPT_CLOSE, &xprt->sc_xprt.xpt_flags))
return 0;
continue;
}
/* Bumped used SQ WR count and post */
Expand Down

0 comments on commit 06cd3bf

Please sign in to comment.