OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3047-g08d4464
Gerrit Code Review
gerrit@openafs.org
Sat, 27 Oct 2012 18:55:30 -0700 (PDT)
The following commit has been merged in the master branch:
commit 08d446424873c2d46b00b6d4604766051e5ba837
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Thu Oct 25 14:33:29 2012 -0400
Windows: AFSCleanup re-organization
Reorganize the activities of the AFSCleanup() for File FCBs
so that the Fcb Resource can be dropped prior to issuing the
cleanup request to the cache manager. The cache manager can
block for a long period of time while flushing data and holding
the Fcb resource blocks all subsequent CreateFile requests.
Change-Id: Ieaf3653ebf487670bce1043e73be093eb77a8736
Reviewed-on: http://gerrit.openafs.org/8307
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 | 76 ++++++++++++++++++----------
1 files changed, 49 insertions(+), 27 deletions(-)
--
OpenAFS Master Repository