OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_1pre2-189-g4c4075a
Gerrit Code Review
gerrit@openafs.org
Mon, 29 Oct 2012 08:19:34 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 4c4075ade0d46087638bd8cc96aa9fac005e62f3
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu May 5 11:37:12 2011 -0500
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 | 2 +-
src/afs/afs_server.c | 8 +++++---
2 files changed, 6 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository