OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1729-gb4f96eb
Gerrit Code Review
gerrit@openafs.org
Fri, 30 Sep 2011 22:28:33 -0700 (PDT)
The following commit has been merged in the master branch:
commit b4f96eb78d9403799b97a39b9659070cf1114cd1
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.
Change-Id: I3c5b63103ab0cbd6c2c6c73b9dc737eca22b7d4c
Reviewed-on: http://gerrit.openafs.org/5521
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.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