mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[NTFS]
If IRP can't wait, queue it svn path=/trunk/; revision=67909
This commit is contained in:
@@ -428,6 +428,11 @@ NtfsCreate(PNTFS_IRP_CONTEXT IrpContext)
|
||||
|
||||
DeviceExt = DeviceObject->DeviceExtension;
|
||||
|
||||
if (!(IrpContext->Flags & IRPCONTEXT_CANWAIT))
|
||||
{
|
||||
return NtfsMarkIrpContextForQueue(IrpContext);
|
||||
}
|
||||
|
||||
ExAcquireResourceExclusiveLite(&DeviceExt->DirResource,
|
||||
TRUE);
|
||||
Status = NtfsCreateFile(DeviceObject,
|
||||
|
||||
Reference in New Issue
Block a user