]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Catch up to FreeBSD VM object read/write locks
authorBen Kaduk <kaduk@mit.edu>
Fri, 22 Mar 2013 17:51:02 +0000 (13:51 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Thu, 31 Oct 2013 17:17:50 +0000 (10:17 -0700)
commit4dad6373c808e67d87faf14e2d011d58979dc737
tree67fa044938fa09077ae56b7bccc36925a507b8af
parent336fe48e42c68c759eb35232c6d7672bcb8e7957
Catch up to FreeBSD VM object read/write locks

Upstream r248084 changed the vm_object mutex to be a rwlock,
allowing for future optimizations.  This is a KPI change, so
introduce conditionals to be compatible with both versions of the KPI.

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

Change-Id: Ieeb30f3ad9accab37117109ccf82952812157aab
Reviewed-on: http://gerrit.openafs.org/10378
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/afs/FBSD/osi_vm.c
src/afs/FBSD/osi_vnodeops.c