]> git.michaelhowe.org Git - packages/o/openafs.git/commit
FSSYNC-Client: Consistent use of partition name
authorRod Widdowson <rdw@steadingsoftware.com>
Thu, 29 Sep 2011 14:34:48 +0000 (15:34 +0100)
committerDerrick Brashear <shadow@dementix.org>
Sun, 9 Oct 2011 17:21:55 +0000 (10:21 -0700)
commit45fb811afc05f6d9ab780b984b647db6c1341241
treec62535885e66635a3f3e7f0c950efb8c17d17f69
parent69a28651099e3c3ff9582c3dee04db1db47ac3f7
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
src/vol/vol-salvage.c
src/vol/volume.c