OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3330-g8b62d08

Gerrit Code Review gerrit@openafs.org
Sat, 2 Feb 2013 09:11:53 -0800 (PST)


The following commit has been merged in the master branch:
commit 8b62d08760b2cde9fb0b15b695d8467191c0669f
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Jan 24 19:42:41 2013 -0500

    Windows: Add CM_MERGEFLAG_CACHE_BYPASS
    
    If a store operation is performed direct to the file server
    bypassing the AFSCache, call cm_MergeStatus() with
    CM_MERGEFLAG_CACHE_BYPASS to ensure that the valid version
    numbers for the cm_scache_t object are incremented appropriately.
    After a cache bypass occurs, only buffers with the current
    data version number are valid since the cached data will be
    incomplete.
    
    Change-Id: I9438f8c9759407de69ab894df4f6fe91027a4b94
    Reviewed-on: http://gerrit.openafs.org/8964
    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_scache.c |    4 +++-
 src/WINNT/afsd/cm_scache.h |    1 +
 2 files changed, 4 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository