The following commit has been merged in the master branch:
commit fa5434adf19d040bd194b63993b81263c395fa78
Author: Andrew Deason <[email protected]>
Date:   Sun Sep 14 14:24:17 2014 -0500

    afs: Warn about afs_conn overcounts
    
    Currently we panic if we detect an undercount on an afs_conn
    structure, as this is a serious bug and can cause corruption and other
    issues. But an overcount is never noticed, until the refCount
    overflows and looks negative. Log a warning if the refCount gets
    really high, so an administrator has a chance at noticing and
    notifying a developer before the machine actually panics.
    
    [[email protected] use the %p format specifier, mandated by C89]
    
    Change-Id: Ifc291fc10959e4e1c60115813d82a09e5a65ef75
    Reviewed-on: http://gerrit.openafs.org/11465
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Chas Williams - CONTRACTOR <[email protected]>
    Reviewed-by: Daria Brashear <[email protected]>

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

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

Reply via email to