OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-44-g687a40c

Gerrit Code Review gerrit@openafs.org
Thu, 20 Aug 2009 14:39:10 -0700 (PDT)


The following commit has been merged in the master branch:
commit 687a40c7c6f3e0391ec1c863113c22f970003b49
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date:   Thu Aug 20 10:54:47 2009 -0400

    Windows: cleanup smb polution of non-smb modules
    
    There are a variety of functions that are declared in smb modules
    that are used within non-smb modules.   In order to reduce some of
    the polution, several time conversion functions and the thread
    priority operations are migrated to cm_utils.  As part of this
    migration the unused !USE_NUMERIC_TIME_CONV time implementations
    are removed.
    
    In addition, an unnecessary use of an SMB preprocessor symbols
    is removed from cm_freelance.c and smb_ioctls.h is no longer
    included within afsd.h.
    
    LICENSE MIT
    
    Reviewed-on: http://gerrit.openafs.org/330
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/afsd.h         |    3 +-
 src/WINNT/afsd/afsd_init.c    |    4 +
 src/WINNT/afsd/cm_buf.c       |    2 +-
 src/WINNT/afsd/cm_cell.c      |    2 +-
 src/WINNT/afsd/cm_freelance.c |    2 +-
 src/WINNT/afsd/cm_scache.c    |    2 +-
 src/WINNT/afsd/cm_utils.c     |  131 ++++++++++++++++++++++-
 src/WINNT/afsd/cm_utils.h     |   21 ++++
 src/WINNT/afsd/smb.c          |  230 +---------------------------------------
 src/WINNT/afsd/smb.h          |   11 --
 src/WINNT/afsd/smb3.c         |   32 +++---
 src/util/errmap_nt.h          |    8 +-
 12 files changed, 183 insertions(+), 265 deletions(-)

-- 
OpenAFS Master Repository