diff options
Diffstat (limited to 'net/sunrpc/clnt.c')
-rw-r--r-- | net/sunrpc/clnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index a44da8b3d240..4cef7fa2b740 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c | |||
@@ -269,7 +269,7 @@ rpc_shutdown_client(struct rpc_clnt *clnt) | |||
269 | clnt->cl_dead = 0; | 269 | clnt->cl_dead = 0; |
270 | rpc_killall_tasks(clnt); | 270 | rpc_killall_tasks(clnt); |
271 | wait_event_timeout(destroy_wait, | 271 | wait_event_timeout(destroy_wait, |
272 | atomic_read(&clnt->cl_users) > 0, 1*HZ); | 272 | !atomic_read(&clnt->cl_users), 1*HZ); |
273 | } | 273 | } |
274 | 274 | ||
275 | if (atomic_read(&clnt->cl_users) < 0) { | 275 | if (atomic_read(&clnt->cl_users) < 0) { |