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:32 -0700 (PDT)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit b55c914f8841408934bf9ebb284220c2fb297496
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.
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>
(cherry picked from commit 08d446424873c2d46b00b6d4604766051e5ba837)
Change-Id: I9668855b68bcab18d22ced414e0a1dbc391090b9
Reviewed-on: http://gerrit.openafs.org/8316
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-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