OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2033-g79f69f2

Gerrit Code Review gerrit@openafs.org
Mon, 26 Dec 2011 20:34:57 -0800 (PST)


The following commit has been merged in the master branch:
commit 79f69f2eb130c1c5cb6cdfa4e7a129f450a58339
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Dec 21 17:01:16 2011 -0500

    afs: Add afs_WriteDCache sanity checks
    
    Writing a non-free non-discarded dcache entry with a zero volume id
    can easily cause hash table corruption later on, so make sure we don't
    do that. Also log something if the write itself fails, as this usually
    indicates an unusual situation involving I/O errors or something.
    
    Change-Id: Ib9602227e8cee324cb63a4a3dee28e53af69b446
    Reviewed-on: http://gerrit.openafs.org/6419
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/afs/afs_dcache.c |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository