The following commit has been merged in the master branch:
commit d6d82659d0b68aad201916b6323591ff497486f8
Author: Simon Wilkinson <[email protected]>
Date:   Fri Apr 23 16:54:39 2010 +0100

    Linux: Don't pass f_pos down to the filesystem
    
    In 2.6.8, Linux shifted from passing f_pos directly to the read
    and write routines, and started passing a copy. This helps reduce,
    but does not remove, the race issues with f_pos itself. Make this
    change for us.
    
    Take the opportunity to remove the uneccessary macros, and tidy up
    some casting.
    
    Change-Id: I3b4cdf1e6e8127cbe0055829605268953c4397a6
    Reviewed-on: http://gerrit.openafs.org/1818
    Reviewed-by: Marc Dionne <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 src/afs/LINUX/osi_file.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to