The following commit has been merged in the master branch:
commit bf2e4dd23e751540666c0c7961e47d4b5d06667b
Author: Simon Wilkinson <[email protected]>
Date:   Wed May 19 18:11:58 2010 +0100

    Linux: Use positional r/w, not llseek
    
    The Linux read/write file operations take a position. Use this
    position to determine where we're reading or writing in a file,
    rather than using the vfs_llseek() operator to set the file
    position argument. This avoids a potential race condition, as
    well as simplifying this code.
    
    Change-Id: I82b4a109f9871fa2ce5b308bc32923b1bf910920
    Reviewed-on: http://gerrit.openafs.org/1993
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Marc Dionne <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 acinclude.m4               |    3 ---
 src/afs/LINUX/osi_compat.h |    9 ---------
 src/afs/LINUX/osi_file.c   |    9 +--------
 3 files changed, 1 insertions(+), 20 deletions(-)

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

Reply via email to