OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-83-g52c91be
Gerrit Code Review
gerrit@openafs.org
Sun, 18 Jul 2010 08:12:37 -0700 (PDT)
The following commit has been merged in the master branch:
commit 52c91be7ca3c834c470fc739696dffe5fd01c0fe
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Fri Jul 16 23:20:27 2010 +0100
vol: Fix logging functions
Fix the Log, Abort and Quit functions used by the vol package so
that they are all defined in a common header file, rather than
prototyped in each file which uses them.
Use the appropriate macros to flag those functions which never
return, and mark them all as taking printf style input.
Fix all of the callers which had mismatched format strings and
arguments.
Change-Id: I78194f623360e13f055f8f37b3558c08a70acd1f
Reviewed-on: http://gerrit.openafs.org/2444
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/vol/clone.c | 7 +++----
src/vol/common.c | 2 ++
src/vol/common.h | 14 ++++++++++++++
src/vol/daemon_com.c | 3 +--
src/vol/fssync-client.c | 3 +--
src/vol/fssync-server.c | 3 +--
src/vol/namei_ops.c | 18 +++++++++++-------
src/vol/nuke.c | 4 +---
src/vol/partition.c | 13 +++++++------
src/vol/purge.c | 3 +--
src/vol/salvaged.c | 6 +-----
src/vol/salvager.c | 8 +-------
src/vol/salvsync-client.c | 3 +--
src/vol/salvsync-server.c | 3 +--
src/vol/vnode.c | 20 +++++++++-----------
src/vol/vol-salvage.c | 5 ++---
src/vol/volume.c | 4 ++--
src/vol/vutil.c | 3 +--
18 files changed, 60 insertions(+), 62 deletions(-)
--
OpenAFS Master Repository