OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-362-g202ca80

Gerrit Code Review gerrit@openafs.org
Thu, 1 Jul 2010 21:13:51 -0700 (PDT)


The following commit has been merged in the master branch:
commit 202ca802c30bfa6779fae0bd686da0ca96fc224d
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Thu Jul 1 15:22:47 2010 -0400

    Linux: cache bypass: avoid unused variable warnings
    
    Some variables are only used for AFS_64BIT_CLIENT code, so make
    their declaration conditional as well.
    
    Also, initialize 'code' while we're at it.  The compiler has a
    legitimate complaint that it could be used before it's set,
    for instance if we have AFS_64BIT_CLIENT but afs_serverHasNo64Bit
    is true.
    
    Change-Id: Ic04b07fffa9668123a9029bb42415a7c701c2339
    Reviewed-on: http://gerrit.openafs.org/2317
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/afs/afs_bypasscache.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository