OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2011-g7a1c8e5

Gerrit Code Review gerrit@openafs.org
Thu, 22 Dec 2011 07:10:04 -0800 (PST)


The following commit has been merged in the master branch:
commit 7a1c8e57a08dcebce2f3b861a0d7bbabcc5272ba
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Wed Dec 21 20:49:59 2011 -0500

    Windows: Bad DV invalidate only when new DV not 0
    
    If the current DV is BAD_VERSION and the new DV is 0, do not send
    an invalidation to the redirector.  It only results in wasteful work.
    If the current DV is BAD_VERSION the object either:
    
     1. was never previously known
    
     2. was recently flushed
    
     3. the cm_scache_t was recycled
    
    In all cases, the redirector does not have knowledge of the object
    since either it didn't exist or a previous invalidation was sent.
    
    Change-Id: I7e0cf41bae64660e4e1ec342bafcf3ef8a693d56
    Reviewed-on: http://gerrit.openafs.org/6392
    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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository