]> git.michaelhowe.org Git - packages/o/openafs.git/commit
libafs: Correct afs_LoopServers flags
authorAndrew Deason <adeason@sinenomine.net>
Thu, 5 May 2011 16:37:12 +0000 (11:37 -0500)
committerAndrew Deason <adeason@sinenomine.net>
Mon, 29 Oct 2012 15:18:56 +0000 (08:18 -0700)
commit4c4075ade0d46087638bd8cc96aa9fac005e62f3
tree187421c271f4237d7da90b6e0c0f24751eee43aa
parent2aab481dfa6416ff562d1a78e4cffda3acf1ec93
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.

1.6-only: Note that this does not contain the change to afs_FlushVCBs,
since 1.6 does not contain change cee2c677, which introduced the
relevant afs_FlushVCBs afs_LoopServers call.

Reviewed-on: http://gerrit.openafs.org/4624
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 1f48bc7a30d5df88a1e5f539ee22df3952533a88)

Change-Id: Ibf56812134800a047642455a528dae488c52bcf9
Reviewed-on: http://gerrit.openafs.org/8309
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
src/afs/afs_call.c
src/afs/afs_server.c