OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-335-g15b8e32

Gerrit Code Review gerrit@openafs.org
Mon, 28 Jun 2010 10:46:17 -0700 (PDT)


The following commit has been merged in the master branch:
commit 15b8e32c177ce286237a3049a6f8f4f0dd7399dc
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Jun 28 10:43:55 2010 -0500

    LINUX24: remove pagecopy and other 2.6-only code
    
    The client background readahead code and 'readpages' implementation
    were only written for 2.6 kernels and used 2.6-specific constructs.
    Remove them, along with references to the 'pagecopy' code, and some
    other 2.6-only cruft in osi_vnodeops.c.
    
    Change-Id: I2e939e98bd72cd7b275b0f7a389607ee5dc94efa
    Reviewed-on: http://gerrit.openafs.org/2271
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/afs/LINUX24/osi_module.c   |    5 -
 src/afs/LINUX24/osi_vnodeops.c |  454 ----------------------------------------
 2 files changed, 0 insertions(+), 459 deletions(-)

-- 
OpenAFS Master Repository