OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2018-ge18c620

Gerrit Code Review gerrit@openafs.org
Thu, 22 Dec 2011 07:12:15 -0800 (PST)


The following commit has been merged in the master branch:
commit e18c620aa0e49fde31beaa8327bf02eb87d89e3f
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Wed Dec 21 21:47:56 2011 -0500

    Windows: AFSCleanup extent processing
    
    1. Perform a CcFlushCache() any time the file is cached
       and the Context Control Block indicates that the handle
       has FILE_WRITE_DATA permission.
    
    2. Perform an AFSFlushExtents() whenever there are dirty
       extents and the handle has FILE_WRITE_DATA permission.
       No point flushing the extents if the AuthGroup does not
       have write permission.  Another Ccb must exist that does
       have write permission.
    
    Change-Id: I3ece011b484c12e7dc936b81c272ba6a42f6c7d6
    Reviewed-on: http://gerrit.openafs.org/6399
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Peter Scott <pscott@kerneldrivers.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/afsrdr/kernel/lib/AFSCleanup.cpp |   82 ++++++++++++++--------------
 1 files changed, 42 insertions(+), 40 deletions(-)

-- 
OpenAFS Master Repository