mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
Set FlushAndPurgeOnCleanup in the C++ passthrough
This commit is contained in:
parent
791a2162a3
commit
9cd2f6972b
@ -56,6 +56,7 @@ CONTRIBUTOR LIST
|
|||||||
|===
|
|===
|
||||||
|Ben Rubson |ben.rubson at gmail.com
|
|Ben Rubson |ben.rubson at gmail.com
|
||||||
|Bill Zissimopoulos |billziss at navimatics.com
|
|Bill Zissimopoulos |billziss at navimatics.com
|
||||||
|
|Colin Atkinson (Atakama, https://atakama.com) |colin at atakama.com
|
||||||
|Francois Karam (KS2, http://www.ks2.fr) |francois.karam at ks2.fr
|
|Francois Karam (KS2, http://www.ks2.fr) |francois.karam at ks2.fr
|
||||||
|Fritz Elfert |fritz-github at fritz-elfert.de
|
|Fritz Elfert |fritz-github at fritz-elfert.de
|
||||||
|John Oberschelp |john at oberschelp.net
|
|John Oberschelp |john at oberschelp.net
|
||||||
|
@ -268,6 +268,7 @@ NTSTATUS Ptfs::Init(PVOID Host0)
|
|||||||
Host->SetPassQueryDirectoryPattern(TRUE);
|
Host->SetPassQueryDirectoryPattern(TRUE);
|
||||||
Host->SetVolumeCreationTime(_CreationTime);
|
Host->SetVolumeCreationTime(_CreationTime);
|
||||||
Host->SetVolumeSerialNumber(0);
|
Host->SetVolumeSerialNumber(0);
|
||||||
|
Host->SetFlushAndPurgeOnCleanup(TRUE);
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user