OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2608-g1fbe83f
Gerrit Code Review
gerrit@openafs.org
Wed, 27 Jun 2012 05:33:49 -0700 (PDT)
The following commit has been merged in the master branch:
commit a3ef19e1995a1d3d05c8f3b2decf4301359d8375
Author: Andrew Deason <adeason@sinenomine.net>
Date: Sun May 20 17:05:12 2012 -0500
FBSD: Add osi_fbsd_checkinuse
Add the osi_fbsd_checkinuse function, which contains code common to
the FreeBSD osi_TryEvictVCache and osi_VM_FlushVCache. Implement the
latter two in terms of osi_fbsd_checkinuse.
This commit should incur no behavior changes. This is just a
reorganization so future commits can change the implementations of
osi_TryEvictVCache and osi_VM_FlushVCache.
Change-Id: I42df9d6efb7b573bd933d0bf04924f668a3608da
Reviewed-on: http://gerrit.openafs.org/7432
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/afs/FBSD/osi_misc.c | 40 ++++++++++++++++++++++++++++++++++++++++
src/afs/FBSD/osi_prototypes.h | 2 ++
src/afs/FBSD/osi_vcache.c | 41 ++++++++++++++++++++++++++++++-----------
src/afs/FBSD/osi_vm.c | 28 ++++++++--------------------
4 files changed, 80 insertions(+), 31 deletions(-)
--
OpenAFS Master Repository