OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4485-gc09785a
Gerrit Code Review
gerrit@openafs.org
Mon, 1 Dec 2014 16:07:00 -0500
The following commit has been merged in the master branch:
commit b656710d30e6227c5bab75805ef422d237359f46
Author: Andrew Deason <adeason@sinenomine.net>
Date: Sun May 20 17:16:37 2012 -0500
FBSD: Do not vgone() in osi_VM_FlushVCache
osi_VM_FlushVCache just needs to remove VM references to the given
vcache; calling vgone() entirely should be unnecessary. Remove the
call to vgone() and other osi_TryEvictVCache-ish stuff, and just try
to cache_purge the vnode, like the other BSD implementations do.
Change-Id: I71d71f137c04d9ef3625f6a8ae22f0ffb90b9637
Reviewed-on: http://gerrit.openafs.org/7433
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afs/FBSD/osi_vm.c | 18 ++++++------------
1 files changed, 6 insertions(+), 12 deletions(-)
--
OpenAFS Master Repository