OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3046-g3a996b5

Gerrit Code Review gerrit@openafs.org
Sat, 27 Oct 2012 18:53:42 -0700 (PDT)


The following commit has been merged in the master branch:
commit 3a996b58dea74be4748446c63b7d3c4c631b1881
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Oct 25 14:31:14 2012 -0400

    Windows: AFSCleanup Flush Data decision
    
    AFSCleanup() should instruct the cache manager to flush dirty
    data when the Context Control Block indicates that the handle
    being closed was opened for writing and was granted appropriate
    permissions.   The decision to flush should not be dependent on
    the open handle count because the last handle might belong to
    an authentication group that does not have write permission.
    
    Change-Id: I4e181616f1c8eba9e4c6184e2035d9f6cbaba1d0
    Reviewed-on: http://gerrit.openafs.org/8306
    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/afsrdr/kernel/lib/AFSCleanup.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository