OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_64-48-gf5c55d2

Gerrit Code Review gerrit@openafs.org
Tue, 29 Sep 2009 12:11:59 -0700 (PDT)


The following commit has been merged in the master branch:
commit f5c55d23a2a745e848c6e013c8b42cf3292c4691
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Tue Sep 29 12:26:55 2009 +0200

    Demand attach warning fixes
    
    Fix a whole host of warnings in the demand attach code.
    
    Make a broken tvolser build stop the build, rather than carrying on
    regardless.
    
    Reviewed-on: http://gerrit.openafs.org/551
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 Makefile.in                    |    2 +-
 src/config/stds.h              |    4 +-
 src/rx/rx_globals.h            |    1 +
 src/tsalvaged/salvsync-debug.c |   10 +++---
 src/tviced/serialize_state.c   |    3 +-
 src/tviced/state_analyzer.c    |   24 ++++----------
 src/viced/callback.c           |    5 ---
 src/viced/host.c               |   24 +++++++------
 src/vol/fssync-client.c        |    2 +-
 src/vol/fssync-server.c        |    3 +-
 src/vol/partition.c            |    5 ++-
 src/vol/salvaged.c             |   19 +++--------
 src/vol/salvsync-client.c      |    2 -
 src/vol/salvsync-server.c      |   20 ++++++-----
 src/vol/vnode_inline.h         |    6 ++-
 src/vol/volinodes.h            |    1 +
 src/vol/volume.c               |   68 ++++++++++++++++++++++++---------------
 src/vol/volume.h               |    2 +
 src/vol/volume_inline.h        |    9 +++--
 src/volser/dumpstuff.c         |    2 +-
 src/volser/volmain.c           |    2 +
 src/volser/volprocs.c          |    4 ++-
 src/volser/volser_prototypes.h |    2 -
 23 files changed, 113 insertions(+), 107 deletions(-)

-- 
OpenAFS Master Repository