OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4371-g70f6737

Gerrit Code Review gerrit@openafs.org
Thu, 25 Sep 2014 08:30:18 -0400


The following commit has been merged in the master branch:
commit 70f67371e7fb6262d43874950107864f31f903c9
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.
    
    Change-Id: I78eef49a9902341c751d942a395921bb687c503b
    Reviewed-on: http://gerrit.openafs.org/11488
    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