We're working on a Windows minirdr-based NFSv4 driver.
Since NFSv4 has no concept of "short filenames", can |FileNormalizedNameInformation| be handled like |FileNameInformation| (see https://github.com/Microsoft/Windows-driver-samples/blob/main/filesys/fastfat/fileinfo.c) ?
Are there any other differences ?