OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3121-gf56c01d

Gerrit Code Review gerrit@openafs.org
Tue, 13 Nov 2012 20:13:13 -0800 (PST)


The following commit has been merged in the master branch:
commit f56c01d313140b625b4342feddfe464342d1ced4
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Tue Nov 13 17:59:06 2012 -0500

    Windows: Do not reset cm_buf.offset on error
    
    When an error occurs the cm_buf_t is not removed from the
    hash tables.  Since the scacheHashTable hash is built from
    the fid and the offset it is not safe to reset the offset field.
    Resetting the offset field results in an assertion failure
    during buffer recycling.
    
    Change-Id: Id33ec048f8ecfd7f715feafadfa4ea618cdbac0d
    Reviewed-on: http://gerrit.openafs.org/8452
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsd/cm_buf.c    |    5 -----
 src/WINNT/afsd/cm_dcache.c |    1 -
 2 files changed, 0 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository