OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-539-g1c45cc7

Gerrit Code Review gerrit@openafs.org
Mon, 6 Dec 2010 21:38:55 -0800 (PST)


The following commit has been merged in the master branch:
commit 1c45cc746e7484e72191fc8d010640692e90bc82
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Sun Nov 21 21:29:11 2010 -0500

    Remove unreached lines
    
    Fix some macros to eliminate unreached trailing empty statements (such
    as: "{code = foo; goto error;};"), and other oddities causing
    "statement not reached" warnings. Also eliminate a couple of code
    blocks that were never reached.
    
    Change-Id: Iac626976268e13f5ef05f379ad1c9b5437c57f86
    Reviewed-on: http://gerrit.openafs.org/3368
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/afs_disconnected.c  |    1 -
 src/afs/afs_pioctl.c        |    1 -
 src/bozo/bnode.c            |    1 -
 src/bu_utils/fms.c          |    5 +-
 src/bucoord/commands.c      |    1 -
 src/bucoord/error_macros.h  |   10 +-
 src/budb/error_macros.h     |   15 +--
 src/butc/dump.c             |    5 -
 src/butc/error_macros.h     |   15 +--
 src/butc/recoverDb.c        |    4 +-
 src/butm/error_macros.h     |   10 +-
 src/butm/file_tm.c          |    2 +-
 src/kauth/krb_tf.c          |  216 -------------------------------------------
 src/rxgen/rpc_parse.c       |    1 -
 src/ubik/ubik.c             |    5 +-
 src/venus/up.c              |    1 -
 src/vlserver/vlprocs.c      |   10 ++-
 src/vlserver/vlutils.c      |    5 +-
 src/vol/clone.c             |    5 +-
 src/vol/daemon_com_inline.h |    4 +-
 src/vol/fssync-debug.c      |    4 +-
 src/vol/fssync_inline.h     |    4 +-
 src/vol/namei_ops.c         |    2 +-
 src/vol/volume.c            |    4 +-
 src/vol/volume_inline.h     |    4 +-
 src/volser/vos.c            |    5 +-
 src/volser/vsprocs.c        |   26 +++++-
 27 files changed, 77 insertions(+), 289 deletions(-)

-- 
OpenAFS Master Repository