Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17755
b: refs/heads/master
c: 4f47707
h: refs/heads/master
i:
  17753: f6b16e2
  17751: d83d516
v: v3
  • Loading branch information
Linus Torvalds committed Jan 10, 2006
1 parent 500e6b7 commit ae362ac
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: a9c828155ae8d1a1576f9648cc4d9677aea53f89
refs/heads/master: 4f47707b056bd2e3627ef390557ee93d312daba5
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ rpc_shutdown_client(struct rpc_clnt *clnt)
clnt->cl_dead = 0;
rpc_killall_tasks(clnt);
wait_event_timeout(destroy_wait,
atomic_read(&clnt->cl_users) > 0, 1*HZ);
!atomic_read(&clnt->cl_users), 1*HZ);
}

if (atomic_read(&clnt->cl_users) < 0) {
Expand Down

0 comments on commit ae362ac

Please sign in to comment.