OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3898-g3f163fa

Gerrit Code Review gerrit@openafs.org
Tue, 20 Aug 2013 20:28:27 -0700 (PDT)


The following commit has been merged in the master branch:
commit acad253a357c2c97fcd8f59c489ac2c7cacba7b7
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Fri Aug 16 12:01:55 2013 -0400

    Windows: Do not remove scp from hash table on deletion
    
    If the CM_SCACHEFLAG_DELETED flag is going to have any benefit, the
    cm_scache object must not be removed from the hash table in response
    to a VNOVNODE error.  Otherwise, a new cm_scache object is allocated,
    the CM_SCACHEFLAG_DELETED is not found, and a new callback request
    is issued to the file server which in response returns VNOVNODE.
    
    Do this enough times and the abort threshold is triggered and then
    the application becomes very unhappy with performance.
    
    Change-Id: I5c6e2495c149f52ca192d195897e2a1822cf0d14
    Reviewed-on: http://gerrit.openafs.org/10141
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsd/cm_conn.c     |    1 -
 src/WINNT/afsd/cm_vnodeops.c |    2 --
 2 files changed, 0 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository