OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4586-gd14ad13

Gerrit Code Review gerrit@openafs.org
Wed, 11 Feb 2015 09:07:11 -0500


The following commit has been merged in the master branch:
commit d14ad1374d39693d8a44c75f4d95607a45b260d2
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Jan 30 13:38:01 2014 -0600

    libafscp: Remove comment with dead code
    
    You're not supposed to write the length of the submitted data on the
    split rx stream for a StoreData operation; the fileserver knows how
    much data to read from the "Length" parameter of the StoreData RPC.
    
    For a FetchData, putting the data length over the split rx stream is
    required, since we can't get the "OUT" arguments before reading the
    file data. But for a StoreData, this is unnecessary, since the length
    is right there in the arguments.
    
    So just get rid of this commented-out code; it's clearly wrong and
    this commit explains why.
    
    Change-Id: Idde0f9079e90da75d71a142f4a9f36a84ce79776
    Reviewed-on: http://gerrit.openafs.org/10786
    Reviewed-by: Daria Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/libafscp/afscp_file.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

-- 
OpenAFS Master Repository