OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1943-ga60594e

Gerrit Code Review gerrit@openafs.org
Fri, 2 Dec 2011 15:54:48 -0800 (PST)


The following commit has been merged in the master branch:
commit a60594ef54c1458f6778d0b16d870803e1594d41
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.
    
    Change-Id: I6dd4c9d450901e4b5d4c8d67841e3b833cebbe1f
    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>

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

-- 
OpenAFS Master Repository