Windows: AFSTearDownFcbExtents loop conditional
authorJeffrey Altman <jaltman@your-file-system.com>
Sat, 21 Jul 2012 16:17:46 +0000 (12:17 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Sun, 22 Jul 2012 03:20:48 +0000 (20:20 -0700)
commit860812931f3adf07c85ac2a56deb149b9c0d33bb
treea5c2d6731c4b6f5364501d82a69ac4534b7c20f4
parent6b0bc2f6ff6ffecb4dd158ba5d2021d46bad7da0
Windows: AFSTearDownFcbExtents loop conditional

If there are extents in the list with a non-zero ActiveCount,
those extents will be skipped and the list 'le' will never
become empty.  Add an additional condition to ensure that the
loop is only executed once for each extent in the list.

Change-Id: I48adf7c49282181d0a34135ac50f7fa1a165c735
Reviewed-on: http://gerrit.openafs.org/7810
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