OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_12-72-gd0e31ec

Gerrit Code Review gerrit@openafs.org
Mon, 13 Dec 2010 20:56:04 -0800 (PST)


The following commit has been merged in the openafs-stable-1_4_x branch:
commit d0e31ec418555354ac30516269a9748ee01fc36f
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Fri Nov 5 17:30:02 2010 -0400

    Linux: define llseek operations
    
    With kernel 2.6.37 it is now mandatory to define the llseek operation
    for files and directories.  If these are not defined, no_llseek is
    called, and any attempt to seek returns ESPIPE.
    
    Most file systems use generic_file_llseek, but it seems safer to use
    default_llseek which is what the vfs used to call for us by default.
    In 2.6.37 these two functions are actually functionally identical.
    
    Reviewed-on: http://gerrit.openafs.org/3292
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    
    (cherry-picked from commit fb6b22cf77039962f22f462ee602f0e4a8153817)
    
    Change-Id: I12f8e3eac70d086d008bc84ed287d59c8c6dcb04
    Reviewed-on: http://gerrit.openafs.org/3512
    Tested-by: Marc Dionne <marc.c.dionne@gmail.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/afs/LINUX/osi_vnodeops.c  |    2 +
 src/shlibafsrpc/libafsrpc.map |  169 -----------------------------------------
 2 files changed, 2 insertions(+), 169 deletions(-)

-- 
OpenAFS Master Repository