OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_15-89-g5ea02f3

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


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 5ea02f3bf645011cffd899db6957d9ef7780543f
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.
    
    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>
    (cherry picked from commit 860812931f3adf07c85ac2a56deb149b9c0d33bb)
    
    Change-Id: Ia3f52f6f4d9a01dfb75fb4c529f794c6ee773740
    Reviewed-on: http://gerrit.openafs.org/7823
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-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