OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-836-gbbf406d

Gerrit Code Review gerrit@openafs.org
Sun, 6 Mar 2011 10:07:41 -0800 (PST)


The following commit has been merged in the master branch:
commit bbf406da30428a22b4a6d28a7d36dbb786013cfa
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.
    
    Change-Id: Ia9f6411d0c8115176e1ec42dd9f72c96ba939bab
    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>

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

-- 
OpenAFS Master Repository