OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2737-g8608129

Gerrit Code Review gerrit@openafs.org
Sat, 21 Jul 2012 20:21:35 -0700 (PDT)


The following commit has been merged in the master branch:
commit 860812931f3adf07c85ac2a56deb149b9c0d33bb
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sat Jul 21 12:17:46 2012 -0400

    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 |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

-- 
OpenAFS Master Repository