]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Linux: 3.1: adapt to fsync changes
authorMarc Dionne <marc.c.dionne@gmail.com>
Fri, 2 Sep 2011 21:56:58 +0000 (17:56 -0400)
committerDerrick Brashear <shadow@dementix.org>
Mon, 21 Nov 2011 14:07:49 +0000 (06:07 -0800)
commit364fad6fa5bcaaac938f31eb67b1e1d0190cba7e
tree8bb9072663ea4139f789d37dd1f58a3e91dad03d
parent737a2802e9207fb53f598ef88c0ce1f9ad27a348
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
src/afs/LINUX/osi_vnodeops.c
src/cf/linux-test4.m4