mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08:00
[FASTFAT]
Opening file by ID is not possible with FAT. svn path=/trunk/; revision=72156
This commit is contained in:
@@ -502,6 +502,11 @@ VfatCreateFile(
|
||||
FileObject = Stack->FileObject;
|
||||
DeviceExt = DeviceObject->DeviceExtension;
|
||||
|
||||
if (Stack->Parameters.Create.Options & FILE_OPEN_BY_FILE_ID)
|
||||
{
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
/* Check their validity. */
|
||||
if (RequestedOptions & FILE_DIRECTORY_FILE &&
|
||||
RequestedDisposition == FILE_SUPERSEDE)
|
||||
|
||||
Reference in New Issue
Block a user