OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1952-g1c4cd44

Gerrit Code Review gerrit@openafs.org
Sat, 3 Dec 2011 06:16:59 -0800 (PST)


The following commit has been merged in the master branch:
commit 1c4cd446605706e55e415cec15841acf8b1572e1
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sun Nov 20 16:29:55 2011 +0000

    rx: Refactor MaxMTU error checking
    
    The error checking on the rxMaxMTU parameter was done individually by
    every server that sets it, using "internal" RX #defines to do so.
    Instead, do the error checking within the function that actually sets
    the MTU, reducing both the amount of code duplication, and the amount
    of RX knowledge held within the servers.
    
    Change-Id: Ic2cdd9425d5344a5137f76f66f711f4dee91a7b6
    Reviewed-on: http://gerrit.openafs.org/6091
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/WINNT/afsd/afsd_init.c |    2 --
 src/bozo/bosserver.c       |   12 ++++--------
 src/ptserver/ptserver.c    |   15 +++++----------
 src/rx/rx_prototypes.h     |    2 +-
 src/rx/rx_user.c           |    7 ++++++-
 src/viced/viced.c          |   15 +++++----------
 src/vlserver/vlserver.c    |   15 +++++----------
 src/volser/volmain.c       |   12 ++++--------
 8 files changed, 30 insertions(+), 50 deletions(-)

-- 
OpenAFS Master Repository