OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3213-g1dea312
Gerrit Code Review
gerrit@openafs.org
Mon, 17 Dec 2012 22:30:27 -0800 (PST)
The following commit has been merged in the master branch:
commit 1dea312bd4974bc3abcdf2aa527ef4c3ca1e283b
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sat Dec 15 12:23:58 2012 -0500
Windows: AFSLocateNameEntry Absolute Symlink Cell resolution
During AFSLocateNameEntry processing of an absolute symlink the
component being searched for in the AFSGlobalRoot volume may not
be found. In this case, use AFSCheckCell() to query the service
to resolve the name. If the AFSGlobalRoot happens to be the
Freelance Root Volume then the service can resolve it even though
it is not present in the directory listing.
Change-Id: Ib6cfce6de5e5e9f619808e6ddbfffac00c596a23
Reviewed-on: http://gerrit.openafs.org/8764
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/lib/AFSNameSupport.cpp | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository