OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-184-gc57b5a4
Gerrit Code Review
gerrit@openafs.org
Wed, 14 Dec 2011 12:54:17 -0800 (PST)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit c57b5a419292d16e662f5ab6c5422b8475e8d139
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Oct 27 17:34:40 2010 -0500
vol: Add VGetVolumeTimed
Replace the VGetVolumeNoWait interface with the more general
VGetVolumeTimed interface, which allows for waiting for offlining
volume for arbitrary amounts of time (instead of just "waiting
forever" or "not waiting at all"). Also add VOL_CV_TIMEDWAIT and
VTimedWaitStateChange_r as necessary to implement this.
Reviewed-on: http://gerrit.openafs.org/3214
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit db6ee95864a8fc5f33b7e95c19c8ff5058d37e92)
Change-Id: I6c7b3a0b9fe174ebffeb03153dda1c4705d7dac5
Reviewed-on: http://gerrit.openafs.org/6264
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/viced/afsfileprocs.c | 8 +++-
src/vol/volume.c | 95 ++++++++++++++++++++++++++++++++++++---------
src/vol/volume.h | 34 ++++++++++++++++-
src/vol/volume_inline.h | 41 ++++++++++++++++++++
4 files changed, 157 insertions(+), 21 deletions(-)
--
OpenAFS Master Repository