The following commit has been merged in the openafs-devel-1_7_x branch:
commit 432d9643618706a95f47172c58c77b21d39c55c1
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.
    
    Reviewed-on: http://gerrit.openafs.org/11415
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    (cherry picked from commit 47ef2e4e514234bb947cdf325634ad0b8ae5d7da)
    
    Change-Id: I15cf2bfa26cbdaaafc616b353e73ab2f48a235f8
    Reviewed-on: http://gerrit.openafs.org/11419
    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