OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_1pre2-38-gd1630ca

Gerrit Code Review gerrit@openafs.org
Sat, 25 Feb 2012 22:30:32 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit d1630cabac0631bc47b21f11eecb376261a02756
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Tue Aug 23 16:02:28 2011 -0400

    Windows: change buf_Find*() signature to accept cm_fid_t
    
    The buf_Find*() functions require a cm_fid_t to match with the
    cm_buf_t objects not a cm_scache_t.  Change the signature so
    that the cm_scache_t is not required.  It should be possible to
    search for a buffer even if the cm_scache_t is not present in
    the cache.
    
    Reviewed-on: http://gerrit.openafs.org/5304
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    (cherry picked from commit c23b27a69322f4c9963a532d5cbcb136b23bb20c)
    
    Change-Id: Ie4546de582e0ffe9103f1bb01e05cf387265da49
    Reviewed-on: http://gerrit.openafs.org/6799
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/WINNT/afsd/cm_buf.c    |   24 ++++++++++++------------
 src/WINNT/afsd/cm_buf.h    |    8 ++++----
 src/WINNT/afsd/cm_dcache.c |   10 +++++-----
 src/WINNT/afsd/smb.c       |    2 +-
 src/WINNT/afsd/smb3.c      |    4 ++--
 5 files changed, 24 insertions(+), 24 deletions(-)

-- 
OpenAFS Master Repository