OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_31-26-gcb3a699
Gerrit Code Review
gerrit@openafs.org
Wed, 1 Oct 2014 10:20:50 -0400
The following commit has been merged in the openafs-devel-1_7_x branch:
commit cb3a699ea987dd93743ddf577cfb12e714fd586f
Author: pete scott <pscott@kerneldrivers.com>
Date: Wed Sep 24 10:49:06 2014 -0600
Windows: FilePhysicalNameInfo query AFS prefix
In response to the FilePhysicalNameInformation query the AFS redirector
failed to include the server name in the response. Since the constructed
name is the same as the FileNameInformation query create a helper function
AFSGetFullFileName() to populate the file name into the provided buffer
and use it to satisfy both queries.
Reviewed-on: http://gerrit.openafs.org/11488
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit 70f67371e7fb6262d43874950107864f31f903c9)
Change-Id: I326eccff9d7329657238698f946becdd17f40499
Reviewed-on: http://gerrit.openafs.org/11502
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/lib/AFSFileInfo.cpp | 199 ++---------------------
src/WINNT/afsrdr/kernel/lib/AFSNameSupport.cpp | 129 +++++++++++++++
src/WINNT/afsrdr/kernel/lib/Include/AFSCommon.h | 7 +
3 files changed, 152 insertions(+), 183 deletions(-)
--
OpenAFS Master Repository