OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre2-62-g25529a3

Gerrit Code Review gerrit@openafs.org
Mon, 7 Mar 2011 20:27:09 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 25529a308e2c4b4fc51ef10c48648316f845a54b
Author: Ryan C. Underwood <nemesis@icequake.net>
Date:   Sun Mar 6 10:40:53 2011 +0000

    Fix positional I/O support for largefiles
    
    Commit 335ccb40 introduced positional I/O support for the fileserver,
    but didn't handle the largefile versions of preadv and pwritev. As a
    result, the fileserver cannot handle files of more than 2Gb in size.
    
    Fix this by using preadv64 and pwritev64 where O_LARGEFILE is defined,
    in the same way as for all other I/O primitives.
    
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-on: http://gerrit.openafs.org/4152
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit bbf406da30428a22b4a6d28a7d36dbb786013cfa)
    
    Change-Id: I5d15097e4c9aa83444520628f484407d244ddf97
    Reviewed-on: http://gerrit.openafs.org/4161
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/vol/ihandle.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository