mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NTFS]
Do not forget to set IRP status block information in case of reparse point. svn path=/trunk/; revision=65588
This commit is contained in:
@@ -280,6 +280,8 @@ NtfsCreateFile(PDEVICE_OBJECT DeviceObject,
|
||||
Status = STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
Irp->IoStatus.Information = ((Status == STATUS_REPARSE) ? Fcb->Entry.Extended.ReparseTag : 0);
|
||||
|
||||
NtfsCloseFile(DeviceExt, FileObject);
|
||||
return Status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user