OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4101-gb921bf9

Gerrit Code Review gerrit@openafs.org
Wed, 15 Jan 2014 08:01:35 -0800 (PST)


The following commit has been merged in the master branch:
commit b921bf94f6433f831a8d241b5a7e96b63dc5f3f7
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Mon Jan 13 16:08:14 2014 -0500

    De-duplicate a couple afs_CheckCode uniquifiers
    
    These uniquifiers are supposed to be globally unique, to identify the
    call site within the tree.  For whatever reason, a couple of them
    were duplicated at different call sites; provide new (unique) values
    to disambiguate between them.
    
    There remain a couple of uniquifiers which are used in multiple
    places, but those are in different architectures' implementations
    of afs/ARCH/foo.c, and thus will be globally unique for any particular
    build.
    
    Change-Id: Iff5defcade74143a45d7ef3aaacbdeb7523f2a40
    Reviewed-on: http://gerrit.openafs.org/10709
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/afs/LINUX/osi_export.c      |    2 +-
 src/afs/VNOPS/afs_vnop_access.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository