OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_64-12-gbc6559d

Gerrit Code Review gerrit@openafs.org
Sat, 26 Sep 2009 02:16:24 -0700 (PDT)


The following commit has been merged in the master branch:
commit bc6559d62c21ee046c4082aba282097a8c1de9ac
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Sat Sep 26 10:06:27 2009 +0100

    Attempt to fix CForeign moredata behaviour
    
    The fetchstore patches changed the behaviour of the multiple chunk handling
    that's used in FetchData when the vnode's CForeign bit is set. In the original
    code, the data would be read as (length, payload) chunks. The new code does
    (length, length, payload), which corrupts the incoming data.
    
    This patch restores the original control flow.
    
    Reviewed-on: http://gerrit.openafs.org/498
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/afs_fetchstore.c |   43 ++++++++++++++-----------------------------
 1 files changed, 14 insertions(+), 29 deletions(-)

-- 
OpenAFS Master Repository