OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-920-g8234cc2
Gerrit Code Review
gerrit@openafs.org
Thu, 24 Mar 2011 17:01:05 -0700 (PDT)
The following commit has been merged in the master branch:
commit 8234cc254406173a7ada9fb1b4a63ca8aa626bca
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.
Change-Id: I3e28c0b7b372360d181a3310eb1fb7fce223ae59
Reviewed-on: http://gerrit.openafs.org/4308
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/vol/fssync-server.c | 20 +++++++++++++++++---
1 files changed, 17 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository