projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
244b4f9
)
[CDFS] Set the FO_CLEANUP_COMPLETE on cleanup
author
Pierre Schweitzer
<pierre@reactos.org>
Sun, 5 Nov 2017 12:47:58 +0000
(13:47 +0100)
committer
Pierre Schweitzer
<pierre@reactos.org>
Sun, 5 Nov 2017 12:57:41 +0000
(13:57 +0100)
drivers/filesystems/cdfs/cleanup.c
patch
|
blob
|
history
diff --git
a/drivers/filesystems/cdfs/cleanup.c
b/drivers/filesystems/cdfs/cleanup.c
index
10d7704
..
63ae24f
100644
(file)
--- a/
drivers/filesystems/cdfs/cleanup.c
+++ b/
drivers/filesystems/cdfs/cleanup.c
@@
-77,6
+77,9
@@
CdfsCleanupFile(PCDFS_IRP_CONTEXT IrpContext,
CcUninitializeCacheMap (FileObject, NULL, NULL);
}
+ /* Inform cleanup is complete */
+ FileObject->Flags |= FO_CLEANUP_COMPLETE;
+
return STATUS_SUCCESS;
}