OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-592-g44b7b93

Gerrit Code Review gerrit@openafs.org
Fri, 15 May 2020 00:18:03 -0400


The following commit has been merged in the master branch:
commit 44b7b93b593371bfdddd0be0ae603f4f8720f78b
Author: Andrew Deason <adeason@dson.org>
Date:   Sat May 2 23:54:55 2020 -0500

    afs: Drop GLOCK for RXAFS_GetCapabilities
    
    We are hitting the net here; we certainly should not be holding
    AFS_GLOCK while waiting for the server's response.
    
    Found via FreeBSD WITNESS.
    
    Change-Id: Ie727db27adaeed23ac8cff7665143bae2ce2ede8
    Reviewed-on: https://gerrit.openafs.org/14181
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/afs/afs_server.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository