OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-364-gbd6b250

Gerrit Code Review gerrit@openafs.org
Fri, 2 Jul 2010 09:14:59 -0700 (PDT)


The following commit has been merged in the master branch:
commit bd6b25049331c07ccdeb806d82f73d71221b78f1
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Thu Jul 1 16:07:40 2010 -0400

    Linux: cache bypass: deal with the afs_serverHasNo64Bit case
    
    Deal correctly with the case of a server with no 64-bit fetch
    support.  In that case, the code needs to fallback to the standard
    FetchData call, similar to what happens in afs_fetchstore.c.
    Move existing check out of 64-bit-only branch so servers
    already known to be non-64-bit and not merely those newly
    discovered so execute the non-64-bit FetchData.
    
    Change-Id: I505ce6d88072bc3ee5208863717395a78f8562fa
    Reviewed-on: http://gerrit.openafs.org/2319
    Reviewed-by: Matt Benjamin <matt@linuxbox.com>
    Tested-by: Marc Dionne <marc.c.dionne@gmail.com>
    Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

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

-- 
OpenAFS Master Repository