OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1482-gc512683

Gerrit Code Review gerrit@openafs.org
Thu, 4 Aug 2011 19:03:48 -0700 (PDT)


The following commit has been merged in the master branch:
commit c5126838590eaf15e0df569c31b2a1bc12b3e0af
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Aug 4 17:25:01 2011 -0400

    Windows: adjust scache LRU postion upon deletion
    
    If the object represented by a scache object is deleted,
    update the LRU position of the scache object to make it
    the first object in the LRU queue to be recycled.  This
    preserves the cached objects for those that might prove
    useful in the future.
    
    Change-Id: I0e862b1270e10c31f20ecde06d208f4b8c405c3a
    Reviewed-on: http://gerrit.openafs.org/5161
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/cm_conn.c     |    5 +++--
 src/WINNT/afsd/cm_scache.c   |    7 ++++++-
 src/WINNT/afsd/cm_vnodeops.c |   11 ++++++++++-
 3 files changed, 19 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository