OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3728-g5952cc1

Gerrit Code Review gerrit@openafs.org
Fri, 26 Apr 2013 06:24:49 -0700 (PDT)


The following commit has been merged in the master branch:
commit d2b54c0ac42625715e9f74e06fa20820c2b7aa28
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sat Apr 13 01:55:26 2013 -0400

    Windows: ObjectInfoCB update last access time
    
    Each time the ObjectInformationCB object is looked up
    from the ObjectInfoTree the LastAccessCount field should be updated
    except in cases of invalidation, garbage collection, and extent
    processing.  This is particularly important when an ObjectInfoCB
    is attached to DirectoryCB in AFSInitDirEntry and when constructing
    directory snapshots or validating directory content.
    
    Change-Id: Ife412b723a1bdc922ffdfeca71061fcfd1ce721a
    Reviewed-on: http://gerrit.openafs.org/9784
    Reviewed-by: Rod Widdowson <rdw@steadingsoftware.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsrdr/kernel/lib/AFSCommSupport.cpp |    2 ++
 src/WINNT/afsrdr/kernel/lib/AFSDirControl.cpp  |    6 ++++++
 src/WINNT/afsrdr/kernel/lib/AFSFSControl.cpp   |    2 ++
 src/WINNT/afsrdr/kernel/lib/AFSGeneric.cpp     |    4 ++++
 4 files changed, 14 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository