libafs: Correct afs_LoopServers flags
authorAndrew Deason <adeason@sinenomine.net>
Thu, 5 May 2011 16:37:12 +0000 (11:37 -0500)
committerDerrick Brashear <shadow@dementia.org>
Thu, 5 May 2011 18:02:25 +0000 (11:02 -0700)
commit1f48bc7a30d5df88a1e5f539ee22df3952533a88
tree93e6f98d316c852081a8e0a52dc13c2bb57854ca
parenta8e7cf15d1d0e772041adda1973bb141b95572f7
libafs: Correct afs_LoopServers flags

AFS_LS_DOWN was actually checking up servers, and AFS_LS_UP was
checking down servers. Fix the handling of the 'adown' flag so we do
the right thing. Also make afs_FlushVCBs use the symbolic name for
adown.

Change-Id: I601faf1bb712a2f76f0bb2447530af38111a71fd
Reviewed-on: http://gerrit.openafs.org/4624
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afs/afs_call.c
src/afs/afs_server.c
src/afs/afs_vcache.c