OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-163-g364fad6
Gerrit Code Review
gerrit@openafs.org
Mon, 21 Nov 2011 06:08:45 -0800 (PST)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 364fad6fa5bcaaac938f31eb67b1e1d0190cba7e
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.
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>
(cherry picked from commit cbaefa266d433af3b9a082a360e23a42f161d80f)
Change-Id: Idb6770204b014c62a8611548509240f8b5f950bc
Reviewed-on: http://gerrit.openafs.org/6098
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-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