OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3971-g950dec0

Gerrit Code Review gerrit@openafs.org
Tue, 15 Oct 2013 10:36:34 -0700 (PDT)


The following commit has been merged in the master branch:
commit 950dec0715de719f90a4cf59293f0c70d42841cc
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Thu Oct 10 13:50:26 2013 -0400

    Convert buserver to libutil's logging
    
    The primary motivation is to get automatic log rotation, but we
    also get built-in locking for the logging calls.
    
    This does have a side effect of changing the format used to print
    timestamps in the log file.
    
    Export WriteLogBuffer from liboafs_util so as to be mostly compatible
    with the ... idiosyncrasy of LogError()'s previous behavior.
    
    Garbage-collect the unused (and un-exported) printHashTable() and LogNetDump().
    
    Change-Id: I860370e60082ea355806b3f1945eee76db7c32e3
    Reviewed-on: http://gerrit.openafs.org/10333
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Karl Ramm <kcr@1ts.org>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/budb/db_hash.c           |    2 -
 src/budb/globals.h           |    3 -
 src/budb/server.c            |  106 ++++++++----------------------------------
 src/budb/struct_ops.c        |   17 -------
 src/util/liboafs_util.la.sym |    1 +
 5 files changed, 20 insertions(+), 109 deletions(-)

-- 
OpenAFS Master Repository