- Set the flag IRP_CLOSE_OPERATION in IopDeleteFile.

svn path=/trunk/; revision=7367
This commit is contained in:
Hartmut Birr
2003-12-31 14:20:26 +00:00
parent 237c87c4c3
commit f08ebc1cee
+2 -1
View File
@@ -1,4 +1,4 @@
/* $Id: iomgr.c,v 1.44 2003/11/18 20:08:30 ekohl Exp $
/* $Id: iomgr.c,v 1.45 2003/12/31 14:20:26 hbirr Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@@ -116,6 +116,7 @@ IopDeleteFile(PVOID ObjectBody)
NULL,
NULL,
NULL);
Irp->Flags |= IRP_CLOSE_OPERATION;
StackPtr = IoGetNextIrpStackLocation(Irp);
StackPtr->FileObject = FileObject;