OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2287-gba3ba96

Gerrit Code Review gerrit@openafs.org
Wed, 4 Apr 2012 22:00:08 -0700 (PDT)


The following commit has been merged in the master branch:
commit ba3ba96976f17cb5e83fae1e0a42fd6564b75719
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Apr 5 00:11:11 2012 -0400

    Windows: AFSVerifyEntry purge file data on DV change
    
    If the data version change is detected during AFSVerifyEntry(),
    treat it the same as if the AFS_OBJECT_FLAGS_VERIFY_DATA flag
    had been previous set.  Purge the old data from the Windows
    file cache.  Be sure to set the new metadata after the purge
    so that if the file length was truncated the old data beyond
    the truncation point will still be purged.
    
    Change-Id: I80c33f303c6499f22955e9874b2f4c50d666a3cb
    Reviewed-on: http://gerrit.openafs.org/7048
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/afsrdr/kernel/lib/AFSGeneric.cpp |  111 ++++++++++++++++++----------
 1 files changed, 72 insertions(+), 39 deletions(-)

-- 
OpenAFS Master Repository