OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. c286361d75323b32590fb8fc54d93b4f8c6ce07e

Gerrit Code Review gerrit@openafs.org
Wed, 16 Dec 2009 22:19:47 -0800 (PST)


The following commit has been merged in the openafs-stable-1_4_x branch:
commit c286361d75323b32590fb8fc54d93b4f8c6ce07e
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>
    (cherry picked from commit 13843d852749ba081804f3af368620db7b4b7d7a)
    Reviewed-on: http://gerrit.openafs.org/914

 src/viced/afsfileprocs.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository