OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3337-g8ae06c2
Gerrit Code Review
gerrit@openafs.org
Sat, 2 Feb 2013 09:20:18 -0800 (PST)
The following commit has been merged in the master branch:
commit 8ae06c2ea48651ebd90635ffcc68bbccfeb908c8
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Tue Jan 22 12:44:21 2013 -0500
Windows: AFSCleanupFile always flush on last handle
Do not rely on a count of dirty extents to determine if the
service should flush a file during a cleanup operation. Simply
because there are no dirty extents held by the redirector does
not imply that the service has no dirty buffers for the file.
Change-Id: Ifc7c139a587413626eae145f343c4295dd94f28a
Reviewed-on: http://gerrit.openafs.org/8971
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 | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
--
OpenAFS Master Repository