Windows: FileNormalizedNameInformation take one

Add a response to FileNormalizedNameInformation requests.
Respond with the long file name.  As yet there is no translation
from short name to long name for full paths.

Change-Id: I9a88985cb72ebf4ce648cada62522f769f50044b
Reviewed-on: http://gerrit.openafs.org/7948
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
Peter Scott 2012-08-07 09:07:41 -04:00 committed by Jeffrey Altman
parent 0af079f2d0
commit 1d2a050e99

View File

@ -325,6 +325,7 @@ AFSQueryFileInfo( IN PDEVICE_OBJECT LibDeviceObject,
break; break;
} }
case FileNormalizedNameInformation:
case FileNameInformation: case FileNameInformation:
{ {
@ -3301,6 +3302,7 @@ AFSProcessPIOCtlQueryInfo( IN IRP *Irp,
break; break;
} }
case FileNormalizedNameInformation:
case FileNameInformation: case FileNameInformation:
{ {