]> git.michaelhowe.org Git - packages/o/openafs.git/commit
afs: Avoid tracking file locks for RO volumes
authorAndrew Deason <adeason@sinenomine.net>
Tue, 2 Oct 2012 19:38:20 +0000 (14:38 -0500)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 28 Aug 2013 13:10:56 +0000 (06:10 -0700)
commit008a0965615d0a16eb1eb402e4d240ebd70e73c2
treec7adff9b1f9164995a0feb115ace06ade1159e2d
parent220336585530ff9f0b4b1e3b47e3dd6727a18ab3
afs: Avoid tracking file locks for RO volumes

Advisory file locks for RO volumes don't make a lot of sense, since
there are no possible writes to worry about. The fileserver already
does not track these, so don't even bother processing them in the
client.

Reviewed-on: http://gerrit.openafs.org/8197
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
(cherry picked from commit 0fc27471e7da0c5de4addcdec1bfbca5208072cc)

Change-Id: I308d930c94708fd8d9025886c10f40cc4d10d195
Reviewed-on: http://gerrit.openafs.org/8910
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afs/LINUX/osi_vnodeops.c
src/afs/VNOPS/afs_vnop_flock.c