OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-12-g06f8a62
Gerrit Code Review
gerrit@openafs.org
Sun, 25 Apr 2010 21:05:44 -0700 (PDT)
The following commit has been merged in the master branch:
commit d6d82659d0b68aad201916b6323591ff497486f8
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
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 <marc.c.dionne@gmail.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/LINUX/osi_file.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository