sys: disable oplock requests momentarily for testing

This commit is contained in:
Bill Zissimopoulos 2016-11-08 11:20:36 -08:00
parent 154aa28381
commit 2267eadbca

View File

@ -516,7 +516,7 @@ static NTSTATUS FspFsvolFileSystemControl(
case FSCTL_OPLOCK_BREAK_ACK_NO_2:
case FSCTL_REQUEST_FILTER_OPLOCK:
case FSCTL_REQUEST_OPLOCK:
Result = FspFsvolFileSystemControlOplock(FsvolDeviceObject, Irp, IrpSp);
//Result = FspFsvolFileSystemControlOplock(FsvolDeviceObject, Irp, IrpSp);
break;
}
break;