OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1171-g8ee3337

Gerrit Code Review gerrit@openafs.org
Sat, 14 May 2011 18:47:53 -0700 (PDT)


The following commit has been merged in the master branch:
commit 8ee33373c1ef24572476d8189a3f6f7505bfc83a
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Sat May 14 20:57:12 2011 -0400

    Linux: fix reading files larger than the chunk size
    
    Commit 2571b6285d5da8ef62ab38c3a938258ddd7bac4e fixed an issue with
    the use of tmpfs as a disk cache and ftruncate() on files in AFS.
    But it introduced a problem reading larger files as reported in
    RT ticket 129880.
    
    What should be compared against the current cache file size is the
    offset into the current chunk, not the overall offset for the whole
    file.
    
    FIXES: 129880
    
    Change-Id: I93008c8d0b1d70785b0b8a2e4289a04ac06cbbef
    Reviewed-on: http://gerrit.openafs.org/4656
    Reviewed-by: Russ Allbery <rra@stanford.edu>
    Tested-by: Russ Allbery <rra@stanford.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/LINUX/osi_vnodeops.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository