The following commit has been merged in the openafs-stable-1_6_x branch:
commit 17d0e8c012bd2d4ad9a0004b04943525b38c6b0f
Author: Perry Ruiter <[email protected]>
Date:   Sat Mar 22 00:52:32 2014 -0700

    afs: Define afs_warnall routine
    
    In a Linux environment afs_warn and afs_warnuser both go to
    the same spot, resulting in duplicated messages if both are
    invoked back to back.  Define a new function afs_warnall
    for use when identical messages are directed to both warn
    and warnuser.  In a Linux environment it will do the right
    thing and present only one copy of the message.
    
    Reviewed-on: http://gerrit.openafs.org/10943
    Reviewed-by: Chas Williams - CONTRACTOR <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: D Brashear <[email protected]>
    (cherry picked from commit a70f8e1a7e3fcbc13c9a60f8a7409dd01d014afb)
    
    Change-Id: I264633cd4a30cfb7f7264e56512f318cfb23ef3e
    Reviewed-on: http://gerrit.openafs.org/11182
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Chas Williams - CONTRACTOR <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/afs/afs_prototypes.h |    3 +++
 src/afs/afs_warn.c       |   45 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

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

Reply via email to