Fix rpc shutdown event condition bug
authorLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:56:39 +0000 (08:56 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:56:39 +0000 (08:56 -0800)
commit4f47707b056bd2e3627ef390557ee93d312daba5
tree3d3b7f1a4e43e4b077bf9388e0ec2bb11eeb2daa
parenta9c828155ae8d1a1576f9648cc4d9677aea53f89
Fix rpc shutdown event condition bug

We want to wait for the cl_users to go down to zero, not for it to stay
positive.  Quoth Trond (who wasn't even the author, but acked the wrong
version): "Argh! I need to increase my daily caffeine dosages."

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
net/sunrpc/clnt.c