The following commit has been merged in the master branch:
commit 47ef2e4e514234bb947cdf325634ad0b8ae5d7da
Author: Jeffrey Altman <[email protected]>
Date:   Sat Jun 28 23:03:45 2014 -0400

    Windows: Do not sync callbacks when only need locks
    
    Syncing lock operations with callback fetching is unnecessary because
    local lock state is not tracked via callbacks.  More importantly it
    risks blocking the cm_LockDaemon thread which needs to be able to
    renew locks without obstruction.
    
    Change-Id: Iabe9bb33fef599c4eb0e876e222587ee3e2fdb49
    Reviewed-on: http://gerrit.openafs.org/11415
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/WINNT/afsd/cm_vnodeops.c        |    8 ++------
 src/WINNT/afsrdr/user/RDRFunction.c |   20 ++++++++++----------
 2 files changed, 12 insertions(+), 16 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to