OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_72-68-g23e600a
Gerrit Code Review
gerrit@openafs.org
Fri, 26 Feb 2010 15:02:43 -0800 (PST)
The following commit has been merged in the master branch:
commit 23e600ae10db87da1c112b313631fcdbbc89d697
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Feb 18 11:36:10 2010 -0600
Convert ObtainSalvageLock to the VLockFile API
Make ObtainSalvageLock use the VLockFile API, to consolidate
platform-specific locking code, and to make it possible to acquire a
shared lock on the salvage lock file. Create the ObtainSharedSalvageLock
function to acquire such a lock.
Change-Id: Ieadd77ac8d4030b31c48fff1c98712a6c95f93ad
Reviewed-on: http://gerrit.openafs.org/1347
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/vol/vol-salvage.c | 57 +++++++++++++++++++++++++-----------------------
src/vol/vol-salvage.h | 1 +
2 files changed, 31 insertions(+), 27 deletions(-)
--
OpenAFS Master Repository