mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 15:05:54 +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:
parent
ce3e70b717
commit
f9e8e07d32
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue