OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1597-gcbaefa2
Gerrit Code Review
gerrit@openafs.org
Mon, 5 Sep 2011 06:04:50 -0700 (PDT)
The following commit has been merged in the master branch:
commit cbaefa266d433af3b9a082a360e23a42f161d80f
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Fri Sep 2 17:56:58 2011 -0400
Linux: 3.1: adapt to fsync changes
The fsync file operation gets new arguments to specify a range.
Add a configure test to check for the API change.
The inode lock is also pushed down into the operation, so we need
to take it ourselves to keep the original behaviour.
Change-Id: Icf4e152ce52f2b32c99920f83a5cc3136c05d2cd
Reviewed-on: http://gerrit.openafs.org/5332
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
acinclude.m4 | 1 +
src/afs/LINUX/osi_vnodeops.c | 8 ++++++++
src/cf/linux-test4.m4 | 16 ++++++++++++++++
3 files changed, 25 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository