OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-54-g45fb811
Gerrit Code Review
gerrit@openafs.org
Sun, 9 Oct 2011 10:22:31 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 45fb811afc05f6d9ab780b984b647db6c1341241
Author: Rod Widdowson <rdw@steadingsoftware.com>
Date: Thu Sep 29 15:34:48 2011 +0100
FSSYNC-Client: Consistent use of partition name
Over time the FSSYNC code has collected examples where the partition
path is passed rather than the partition name. In Unix this is the
same (/vicepX), but on windows the path is the DOS device (C:).
This checkin changes FSSYNC client code to always use the partition
name.
This checkin does not address FSSYNC server or SALVSYNC.
Reviewed-on: http://gerrit.openafs.org/5521
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
(cherry picked from commit b4f96eb78d9403799b97a39b9659070cf1114cd1)
Change-Id: I84d3dd586c735e9a6e2f598317873ba554a10ece
Reviewed-on: http://gerrit.openafs.org/5547
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/vol/fssync.h | 6 +++++-
src/vol/vol-salvage.c | 2 +-
src/vol/volume.c | 6 +++---
3 files changed, 9 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository