OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3175-g957601a
Gerrit Code Review
gerrit@openafs.org
Mon, 3 Dec 2012 14:06:34 -0800 (PST)
The following commit has been merged in the master branch:
commit 957601aeab7050413c4e0c9994e2c263a1b8374d
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Thu Nov 29 03:02:48 2012 -0500
Windows: AFSTearDownFcbExtents count extents properly
Fcb->Specific.File.ExtentsCount cannot be used directly
in the for loop conditional because each call to AFSFreeExtent()
decrements the value. Instead, save the original value to
'lFcbExtentCount' and use that in the loop conditional.
Change-Id: I7b2dc0fbd1cbf0eec2f627f8caad8c973c3437c7
Reviewed-on: http://gerrit.openafs.org/8566
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/AFSExtentsSupport.cpp | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository