OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4188-gd07fb82
Gerrit Code Review
gerrit@openafs.org
Tue, 25 Mar 2014 09:50:01 -0700 (PDT)
The following commit has been merged in the master branch:
commit d07fb827a6d142142216b3effd32814cd721cc06
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Sat Mar 8 14:30:27 2014 -0500
libafs: afs_SetupVolSlot function
Move the code block to get and setup volume slots out of
afs_SetupVolume to a new local function called afs_SetupVolSlot.
This new function acquires the afs_xvolume lock and releases it
before returning.
Change-Id: I1bd33f13e0525f9ff050d7e161cf29a511e5c4b8
Reviewed-on: http://gerrit.openafs.org/10879
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: D Brashear <shadow@your-file-system.com>
src/afs/afs_stats.h | 3 +-
src/afs/afs_volume.c | 62 ++++++++++++++++++++++++++++++++++---------------
2 files changed, 45 insertions(+), 20 deletions(-)
--
OpenAFS Master Repository