OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_4-9-ge9c95bc
Gerrit Code Review
gerrit@openafs.org
Thu, 22 Dec 2011 10:42:11 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit e9c95bcc49ca1ac3e747698b276c843be4f369ab
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.
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>
(cherry picked from commit e18c620aa0e49fde31beaa8327bf02eb87d89e3f)
Change-Id: Id090761b8a389d3f4f56654698e7935aa38ec0d3
Reviewed-on: http://gerrit.openafs.org/6409
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-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