OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-230-g3c90120

Gerrit Code Review gerrit@openafs.org
Fri, 2 Dec 2011 16:08:27 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 4368712221226a7ce045c2b723779959a3c80e98
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Fri Dec 2 13:36:01 2011 -0500

    Windows: cm_MergeStatus redirector invalidation
    
    The redirector maintains its own cached status information which
    must be updated when a DV change occurs that is not the result
    of a redirector initiated data change.
    
    If the current old DV is BAD, send a DV change notification.
    
    If the DV has changed and request was not initiated by the
    redirector, send a DV change notification.
    
    If the request was initiated by the redirector, send a notification
    for store and directory operations that result in a DV change greater
    than the number of active RPCs or any other operation that results
    in an unexpected DV change such as FetchStatus.
    
    Reviewed-on: http://gerrit.openafs.org/6177
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    (cherry picked from commit a60594ef54c1458f6778d0b16d870803e1594d41)
    
    Change-Id: Iec392ba0be7e2e8a7273fe426af20fafe69a8e38
    Reviewed-on: http://gerrit.openafs.org/6190
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/afsd/cm_scache.c |   32 ++++++++++++++++++++++++++------
 1 files changed, 26 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository