OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre1-30-g467266d

Gerrit Code Review gerrit@openafs.org
Wed, 12 Jan 2011 06:15:40 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 3fbac5f800b689d40fd7bdef63dacfd5125e3714
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Sun Nov 7 13:35:36 2010 -0500

    Cache bypass: adjust read size for non-contiguous readpages
    
    The bypass code's readpages does deal with a non-contiguous list
    of pages, but it doesn't adjust the size of the read it requests
    from the background daemon accordingly.  As a result we'll ask the
    server for pages we were not asked to read.
    
    Reviewed-on: http://gerrit.openafs.org/3282
    Reviewed-by: Matt Benjamin <matt@linuxbox.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    (cherry picked from commit 0b6b2b3cab09eacf9b03638d8770c83aeb0b8fea)
    
    Change-Id: Ic7241fb27bd177eb7279292804def753f9120407
    Reviewed-on: http://gerrit.openafs.org/3643
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

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

-- 
OpenAFS Master Repository