mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
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:
parent
0af079f2d0
commit
1d2a050e99
@ -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:
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user