OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4418-g3b27be6
Gerrit Code Review
gerrit@openafs.org
Wed, 29 Oct 2014 15:20:19 -0400
The following commit has been merged in the master branch:
commit 3b27be6692796bb5319dfa1ea0e01698bbf64aab
Author: D Brashear <shadow@your-file-system.com>
Date: Tue Oct 14 14:03:40 2014 -0400
libafs: avoid contaminating the return of lookup vnop
when we resort to checking the inlinebulk errors to see if a retry
is needed, do not overwrite the lookup return code; only decide if
a retry is needed.
problem case was where the first vnode returned EACCES and so
all vnodes were assumed to have failed, when just one did.
Change-Id: Ifd7361ce5af50a72817afa81d31d9cfbda906efd
Reviewed-on: http://gerrit.openafs.org/11537
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/afs/VNOPS/afs_vnop_lookup.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository