sys: FspVolumeDelete: perform MmForceSectionClosed on open files

- this removes them from the Mm Standby List
This commit is contained in:
Bill Zissimopoulos
2016-11-02 18:27:38 -07:00
parent b56379b542
commit c665812d76
3 changed files with 28 additions and 5 deletions

View File

@ -171,13 +171,13 @@ exit /b 0
:standby-memfs-x64-disk
M:
copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe"
copy "%ProjRoot%\build\VStudio\build\%Configuration%\*"
if !ERRORLEVEL! neq 0 goto fail
exit /b 0
:standby-memfs-x64-net
N:
copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe"
copy "%ProjRoot%\build\VStudio\build\%Configuration%\*"
if !ERRORLEVEL! neq 0 goto fail
exit /b 0
@ -206,13 +206,13 @@ exit /b 0
:standby-memfs-x86-disk
O:
copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe"
copy "%ProjRoot%\build\VStudio\build\%Configuration%\*"
if !ERRORLEVEL! neq 0 goto fail
exit /b 0
:standby-memfs-x86-net
P:
copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe"
copy "%ProjRoot%\build\VStudio\build\%Configuration%\*"
if !ERRORLEVEL! neq 0 goto fail
exit /b 0