OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-85-gdd3e0d0

Gerrit Code Review gerrit@openafs.org
Sun, 18 Jul 2010 08:16:17 -0700 (PDT)


The following commit has been merged in the master branch:
commit dd3e0d0371608b0348435e94cc3c6c8f20d92b83
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Sat Jul 17 18:23:30 2010 +0100

    dir: Add printf format checks to log
    
    salvage.c uses the Log() function defined by vol/common.c. At the
    moment, this isn't defined in a way that we can easily grab its prototype,
    so the code has an extern definition at the beginning. For now, just add
    format checks to this definition.
    
    Fix all of the fallout from this - we were casting to intptr, and
    printing with %x - use AFS_PTR_FMT as nature intended.
    
    Change-Id: I2110ebddbe207c307fcad00ab89e5818824a644d
    Reviewed-on: http://gerrit.openafs.org/2446
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/dir/salvage.c |   31 +++++++++++++++++--------------
 1 files changed, 17 insertions(+), 14 deletions(-)

-- 
OpenAFS Master Repository