Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346639
b: refs/heads/master
c: cd6c596
h: refs/heads/master
i:
  346637: cbe8f24
  346635: 36ada89
  346631: 5e16bd3
  346623: ba53838
v: v3
  • Loading branch information
Stanislav Kinsbursky authored and Trond Myklebust committed Dec 17, 2012
1 parent 238c9bf commit a206378
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: ada8e20d044c0fa5610e504ce6fb4578ebd3edd9
refs/heads/master: cd6c5968582a273561464fe6b1e8cc8214be02df
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static struct rpc_clnt *rpc_get_client_for_event(struct net *net, int event)
spin_lock(&sn->rpc_client_lock);
list_for_each_entry(clnt, &sn->all_clients, cl_clients) {
if (clnt->cl_program->pipe_dir_name == NULL)
break;
continue;
if (rpc_clnt_skip_event(clnt, event))
continue;
if (atomic_inc_not_zero(&clnt->cl_count) == 0)
Expand Down

0 comments on commit a206378

Please sign in to comment.