OpenAFS Master Repository branch, master, updated. 02f083730750a03e60eb412a1aed1f03d3c62a49
Gerrit Code Review
gerrit@openafs.org
Tue, 28 Jul 2009 05:32:49 -0700 (PDT)
The following commit has been merged in the master branch:
commit 02f083730750a03e60eb412a1aed1f03d3c62a49
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Mon Jul 27 22:32:01 2009 +0100
More warnings cleanup for vol/
Prototype a number of functions
Add additional includes as required
Make some existing prototypes match the actual declarations
Volume IDs are unsigned in most of the code, change this bit to match
Make various Procs take an anonymous pointer, so they can be type checked
Add vol_internal.h for prototypes internal to this package
Reviewed-on: http://gerrit.openafs.org/235
Tested-by: Marc Dionne <marc.c.dionne@gmail.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/vol/clone.c | 3 ++-
src/vol/fssync-client.c | 8 --------
src/vol/fssync-debug.c | 1 -
src/vol/fssync.h | 2 ++
src/vol/namei_ops.c | 13 ++++++++-----
src/vol/namei_ops.h | 3 +++
src/vol/nuke.c | 3 ++-
src/vol/physio.c | 1 +
src/vol/salvager.c | 1 -
src/vol/vol-info.c | 1 -
src/vol/vol-salvage.c | 7 +++++--
src/vol/vol-salvage.h | 4 ++--
src/vol/vol_internal.h | 7 +++++++
13 files changed, 32 insertions(+), 22 deletions(-)
--
OpenAFS Master Repository