OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_9-108-g17d0e8c

Gerrit Code Review gerrit@openafs.org
Wed, 23 Jul 2014 11:13:35 -0400


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 17d0e8c012bd2d4ad9a0004b04943525b38c6b0f
Author: Perry Ruiter <pruiter@sinenomine.net>
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 <chas@cmf.nrl.navy.mil>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: D Brashear <shadow@your-file-system.com>
    (cherry picked from commit a70f8e1a7e3fcbc13c9a60f8a7409dd01d014afb)
    
    Change-Id: I264633cd4a30cfb7f7264e56512f318cfb23ef3e
    Reviewed-on: http://gerrit.openafs.org/11182
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

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

-- 
OpenAFS Master Repository