OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-282-geec0d94

Gerrit Code Review gerrit@openafs.org
Mon, 21 Jun 2010 18:55:39 -0700 (PDT)


The following commit has been merged in the master branch:
commit eec0d94f519b3e27f255b9b7a637df043951424e
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Fri Jun 18 17:20:22 2010 -0500

    ubik: ntohl on reading the replay log
    
    When attempting to read the replay log, ubik was not ntohl'ing all
    integers that were read in from the log, causing the log to appear
    invalid on little-endian systems. Fix it.
    
    This problem manifests as apparent corruption in the database on top
    of ubik when a commit is occurring when we are shut down, or a disk
    error is encountered during a commit.
    
    Change-Id: I82e04c59d0f55aa2105b02feb6ee332ea85eb4f3
    Reviewed-on: http://gerrit.openafs.org/2224
    Tested-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/ubik/recovery.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository