OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-364-g862e29a

Gerrit Code Review gerrit@openafs.org
Tue, 2 Nov 2010 20:22:58 -0700 (PDT)


The following commit has been merged in the master branch:
commit 862e29a98aee72918fc25e960556f732ba80522c
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Tue Nov 2 16:16:20 2010 -0400

    Windows: Do not leak cm_volume_t objects from the LRU queue
    
    During cm_volume_t object recycling the object is removed
    from the LRU to ensure that a single object is not recycled
    by multiple threads at the same time.  Before cm_FindVolumeByName()
    exits the object must be re-inserted into the LRU if it is not
    present.
    
    LICENSE MIT
    
    Change-Id: I3feb3fb55beddffdbbf52a79efcc8d44af39b891
    Reviewed-on: http://gerrit.openafs.org/3220
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/cm_volume.c |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository