OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2766-g78f1e23

Gerrit Code Review gerrit@openafs.org
Tue, 24 Jul 2012 05:24:15 -0700 (PDT)


The following commit has been merged in the master branch:
commit 78f1e230ce2b7167981e2f327bfdb5d50c94a95f
Author: Garrett Wollman <wollman@csail.mit.edu>
Date:   Sun Jul 22 22:57:41 2012 -0400

    afs_bypasscache: parameters of afs_ReadNoCache can't be null
    
    The first two parameters of afs_ReadNoCache() are unconditionally
    indirected through, and all existing callers appear to guarantee
    that these parameters are in fact non-null, so annotate the function
    declaration to so indicate, and remove the one test that checks
    whether avc (the first parameter) is null.  I suspect that acred
    cannot be null either, but this code does not appear to depend on
    that, so it's not included in the non-null annotation.
    
    Change-Id: I496c868ffcbc9b894f91578019bc30bf7b14fefd
    Reviewed-on: http://gerrit.openafs.org/7837
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Alistair Ferguson <alistair.ferguson@mac.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/afs/afs_bypasscache.c |    2 +-
 src/afs/afs_bypasscache.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository