OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1682-g1d6dfa5
Gerrit Code Review
gerrit@openafs.org
Tue, 20 Sep 2011 14:02:44 -0700 (PDT)
The following commit has been merged in the master branch:
commit 1d6dfa5806b171c6f306508396a06302d3d9c42a
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Tue Sep 20 16:21:50 2011 -0400
salvager: fix filesystem path truncation
Fix filesystem path truncation for vice partitions beyond /vicepz.
Commit 3d7388b7 moved the filesystem path to a fixed size buffer,
however the path of the filesystem to be salvaged is truncated for
partitions with two character ids (e.g. /vicepaa), in which case
the salvager will salvager the wrong partition, or abort if the
truncated path is not present.
Change-Id: Iadf45268514ef5045a4481950f213abecbb20b33
Reviewed-on: http://gerrit.openafs.org/5469
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/vol/vol-salvage.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository