OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2800-g77f258a

Gerrit Code Review gerrit@openafs.org
Tue, 31 Jul 2012 05:38:50 -0700 (PDT)


The following commit has been merged in the master branch:
commit 77f258a71dde5bc8f82b5d6f24836cfee4e9bcce
Author: Garrett Wollman <wollman@csail.mit.edu>
Date:   Tue Aug 9 00:28:27 2011 -0400

    libafs: afs_CacheFetchProc can't be called without a dcache pointer
    
    An inspection of the only call site suggests that afs_CacheFetchProc()
    can't be called with a null dcache pointer, and code further down
    in this function dereferences adc unconditionally (assuming
    rxfs_fetchInit() doesn't crash first) so remove the conditional
    here.
    
    Probably more of these parameters can and should be included in the
    AFS_NONNULL.
    
    Change-Id: Ic87517376085b0d5bc7631b5558411259ae986f4
    Reviewed-on: http://gerrit.openafs.org/5180
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/afs/afs_fetchstore.c |    4 +---
 src/afs/afs_prototypes.h |    3 ++-
 2 files changed, 3 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository