OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_17-46-g9fef88d

Gerrit Code Review gerrit@openafs.org
Sun, 28 Oct 2012 05:11:31 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 6f1a72d1c2af2786463e6586b03a3ad85bd23245
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.
    
    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>
    (cherry picked from commit 3a996b58dea74be4748446c63b7d3c4c631b1881)
    
    Change-Id: I86ec89f3feb3e9e160cc53c2a5dda15eb29772f4
    Reviewed-on: http://gerrit.openafs.org/8315
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-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