OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2886-g35d5be2
Gerrit Code Review
gerrit@openafs.org
Thu, 6 Sep 2012 04:43:22 -0700 (PDT)
The following commit has been merged in the master branch:
commit 35d5be2adf2456e26aa6b10935352dc19eb6b3f2
Author: Andrew Deason <adeason@sinenomine.net>
Date: Fri May 18 17:55:09 2012 -0400
afs: Do not avoid DNLC if fakestat is set
Currently in afs_lookup we avoid putting an entry in the DNLC if
'force_eval' is unset, in order to avoid populating the DNLC with
mountpoint symlinks (we want the target of the mountpoint to be in
there instead, the root dir). However, if -fakestat or -fakestat-all
are enabled, 'force_eval' is always false, since we only set it to
true under certain circumstances when evaluating mountpoints.
To fix this, populate the dnlc for non-mountpoints, even if force_eval
is unset.
Change-Id: Ia2fef1bea9a08182715d587517f81074147aa4e7
Reviewed-on: http://gerrit.openafs.org/7431
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afs/VNOPS/afs_vnop_lookup.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository