From 4756ee2d8a4c9af99a15c86ca3858207f63a60da Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 29 Aug 2018 16:45:14 -0700 Subject: [PATCH] passthrough-dotnet: FlushAndPurgeOnCleanup --- tst/passthrough-dotnet/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tst/passthrough-dotnet/Program.cs b/tst/passthrough-dotnet/Program.cs index 031473f2..6594716c 100644 --- a/tst/passthrough-dotnet/Program.cs +++ b/tst/passthrough-dotnet/Program.cs @@ -311,6 +311,7 @@ namespace passthrough Host.PersistentAcls = true; Host.PostCleanupWhenModifiedOnly = true; Host.PassQueryDirectoryPattern = true; + Host.FlushAndPurgeOnCleanup = true; Host.VolumeCreationTime = (UInt64)File.GetCreationTimeUtc(_Path).ToFileTimeUtc(); Host.VolumeSerialNumber = 0; return STATUS_SUCCESS;