OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-185-g6d23bba
Gerrit Code Review
gerrit@openafs.org
Wed, 14 Dec 2011 13:49:22 -0800 (PST)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 6d23bbae9df78ecd98d0af2580cefe8c5bdd12c4
Author: Andrew Deason <adeason@sinenomine.net>
Date: Fri Oct 29 11:14:49 2010 -0500
vol: Add interfaces for registering RX calls
Add VGetVolumeWithCall and VPutVolumeWithCall, to associate RX calls
with volume heavyweight references. Also add the interrupt_rxcall
field to the volume package options structure.
This also adds the VIsGoingOffline function, so a caller can tell when
a volume is going offline.
Reviewed-on: http://gerrit.openafs.org/3215
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 33409b2c849d7fae3b10b3202bb15e338ae5b982)
Change-Id: Ib50a17b3479453bbbaef571711ede7115b17318e
Reviewed-on: http://gerrit.openafs.org/6265
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/vol/volume.c | 165 ++++++++++++++++++++++++++++++++++++++++++++++-
src/vol/volume.h | 23 ++++++-
src/vol/volume_inline.h | 1 +
3 files changed, 185 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository