sys: RejectIrpPriorToTransact0 is always 1

This commit is contained in:
Bill Zissimopoulos
2022-06-29 15:08:34 +01:00
parent e9143a73a6
commit f1cfe758ec
3 changed files with 9 additions and 1 deletions

View File

@ -249,6 +249,11 @@ static NTSTATUS FspVolumeCreateNoLock(
VolumeParams.AlwaysUseDoubleBuffering = 1;
#endif
/*
* Hardcode the RejectIrpPriorToTransact0 = 1 setting.
*/
VolumeParams.RejectIrpPriorToTransact0 = 1;
/* load any fsext provider */
if (0 != VolumeParams.FsextControlCode)
{