]> git.michaelhowe.org Git - packages/o/openafs.git/commit
LINUX: More flock fixes
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Wed, 11 Aug 2010 22:14:31 +0000 (23:14 +0100)
committerJeffrey Altman <jaltman@openafs.org>
Wed, 11 Aug 2010 23:47:04 +0000 (16:47 -0700)
commitf7d298d367cc5deea00a44601f845f543993ef09
tree359e73f91c45d89235cd5d5968d4ed161a895a65
parent5a2ae98327520a6936d8bbe6b2a9128dc45a2406
LINUX: More flock fixes

Turns out the we have two almost identical lock routines on Linux,
one for POSIX locks, and one for flocks. Fix them both. Also,
while we're at it, make the same fixes in the LINUX24 tree.

Thanks to Andrew Deason for pointing out the oversight in the
original patch (5abe706a7e237d3872db3638d947a14c935370d5)

Change-Id: I59f0f1e12af36a97e490df36537ac17e8ed87303
Reviewed-on: http://gerrit.openafs.org/2535
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/afs/LINUX/osi_vnodeops.c
src/afs/LINUX24/osi_vnodeops.c