OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-109-g5c2e871
Gerrit Code Review
gerrit@openafs.org
Tue, 1 Nov 2011 19:43:34 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 5c2e87190c9d36898831a400d9146ac533a8d844
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Mar 24 10:22:52 2011 -0500
DAFS: Correct FSYNC_VOL_QUERY_VOP checks
Check that the given partition matches the vp partition, and ensure
the vp is not in an exclusive state when we check the state.
Otherwise, we may return pending vol ops for a volume on a different
partition, or we may incorrectly return that there is no pending vol
op when in fact the volume does not exist at all.
Reviewed-on: http://gerrit.openafs.org/4308
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 8234cc254406173a7ada9fb1b4a63ca8aa626bca)
Change-Id: I912c1d0b34fbbaae9ce4bd8edf6e3dd7f718be00
Reviewed-on: http://gerrit.openafs.org/5763
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
src/vol/fssync-server.c | 20 +++++++++++++++++---
1 files changed, 17 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository