The following commit has been merged in the openafs-stable-1_8_x branch:
commit 354fef1f0af9272cd5bf1e8a6466a3b727dcc08d
Author: Michael Meffie <[email protected]>
Date:   Mon Apr 25 11:06:11 2016 -0400

    ubik: convert ubik_print to ViceLog
    
    Use the server logging macros instead of the utility functions to avoid
    function call overhead, especially at logging level 25.  The server
    logging macros perform a logging level check in-line to avoid the
    unnecessary ubik_dprint* calls.
    
    Reviewed-on: https://gerrit.openafs.org/12619
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Marcio Brito Barbosa <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Tested-by: BuildBot <[email protected]>
    (cherry picked from commit 343234d221ae8388f55748f5c494a42d5d69bfa0)
    
    Change-Id: Icdb60f75a0c6c6efc7793d545f0565c0cd587eae
    Reviewed-on: https://gerrit.openafs.org/13153
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Marcio Brito Barbosa <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/ubik/beacon.c   |   65 +++++++++++++++++++++++-------------------------
 src/ubik/disk.c     |   10 +++---
 src/ubik/lock.c     |   19 +++++++------
 src/ubik/recovery.c |   68 +++++++++++++++++++++++++-------------------------
 src/ubik/remote.c   |   39 ++++++++++++++---------------
 src/ubik/ubik.c     |   17 ++++++------
 src/ubik/ubik.p.h   |   11 --------
 src/ubik/vote.c     |   55 ++++++----------------------------------
 8 files changed, 117 insertions(+), 167 deletions(-)

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

Reply via email to