OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-33-gb26ed0b
Gerrit Code Review
gerrit@openafs.org
Wed, 28 Sep 2011 07:02:41 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit b26ed0b20c0c5ff2b06314d28f0df3f1357dd8f9
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.
(cherry picked from commit 1e487f6026fb559638fab256362dbda9d4b4a8b1)
Change-Id: I1f69b580e4db59f9e8dc245348ede176fc1d23c1
Reviewed-on: http://gerrit.openafs.org/5474
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/vol/vol-salvage.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository