OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4911-g742643e
Gerrit Code Review
gerrit@openafs.org
Sat, 29 Oct 2016 22:37:53 -0400
The following commit has been merged in the master branch:
commit 742643e306929ac979ab69515a33ee2a3f2fa3fa
Author: Mark Vitale <mvitale@sinenomine.net>
Date: Thu Aug 4 18:18:15 2016 -0400
LINUX: split dentry eviction from osi_TryEvictVCache
To make osi_TryEvictVCache clearer, and to prepare for a future change
in dentry eviction, split the dentry eviction logic into its own routine
osi_TryEvictDentries.
No functional difference should be incurred by this commit.
Change-Id: I5b255fd541d09159d70f8d7521ca8f2ae7fe5c2b
Reviewed-on: https://gerrit.openafs.org/12362
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Joe Gorse <jhgorse@gmail.com>
src/afs/LINUX/osi_vcache.c | 103 ++++++++++++++++++++++++-------------------
1 files changed, 57 insertions(+), 46 deletions(-)
--
OpenAFS Master Repository