The following commit has been merged in the master branch:
commit bc6559d62c21ee046c4082aba282097a8c1de9ac
Author: Simon Wilkinson <[email protected]>
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 <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>

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

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to