OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-94-g13843d8
Gerrit Code Review
gerrit@openafs.org
Tue, 24 Nov 2009 04:21:19 -0800 (PST)
The following commit has been merged in the master branch:
commit 13843d852749ba081804f3af368620db7b4b7d7a
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date: Thu Nov 19 18:11:06 2009 -0500
viced: set volume sync data in bulk status rpcs
The bulkstatus and inlinebulkstatus rpcs have a bug
that prevents the volume sync data from being set.
Currently the data is being set within the for loop
only when i == nfiles. The conditional of the loop
is i < nfiles so the SetVolumeSync call is never
performed. This patch changes the test for performing
SetVolumeSync to i == 0.
LICENSE MIT
Change-Id: I17e3980184ec68e38c5186e1c9637ac6e38451fe
Reviewed-on: http://gerrit.openafs.org/856
Reviewed-by: Dan Hyde <drh@umich.edu>
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/viced/afsfileprocs.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository