mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
sys: IRP_MJ_CLEANUP: comment
This commit is contained in:
parent
8b25afe0bf
commit
4cdbdb5682
@ -63,6 +63,11 @@ static NTSTATUS FspFsvolCleanup(
|
||||
|
||||
FspFileNodeClose(FileNode, FileObject, &DeletePending);
|
||||
|
||||
/*
|
||||
* The FileNode is no longer in the Context table, therefore we do not
|
||||
* need to protect its FileName against renames!
|
||||
*/
|
||||
|
||||
/* create the user-mode file system request; MustSucceed because IRP_MJ_CLEANUP cannot fail */
|
||||
FspIopCreateRequestMustSucceed(Irp, &FileNode->FileName, 0, &Request);
|
||||
Request->Kind = FspFsctlTransactCleanupKind;
|
||||
|
Loading…
x
Reference in New Issue
Block a user