OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-112-g18170ce

Gerrit Code Review gerrit@openafs.org
Sat, 12 Nov 2011 16:01:23 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 18170cef0d3786a3ae87f35ad39552673882ad6b
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Fri Oct 28 11:36:10 2011 -0400

    Windows: out of date version not in current chunk
    
    In buf_GetNewLocked(), the comparision to decide whether a
    cm_buf_t is a member of the current chunk must take the data
    version into account.  If the data version is out of date, it
    is not part of the current chunk and is an object that can be
    safely recycled.
    
    Change-Id: I2d1699163925c881990b0f647bba1e8dd05d3f4d
    Reviewed-on: http://gerrit.openafs.org/5734
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    (cherry-picked from 1dad690fc34fdd8d9df8a3be6d580441b7cae8bb)
    Reviewed-on: http://gerrit.openafs.org/5942

 src/WINNT/afsd/cm_buf.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository