Major refactoring: testing

This commit is contained in:
Bill Zissimopoulos
2015-12-23 23:51:05 -08:00
parent db1dc6fc91
commit b5da069d17
4 changed files with 41 additions and 5 deletions

View File

@ -65,7 +65,8 @@ static NTSTATUS FspFsvolCreate(
{
PAGED_CODE();
return STATUS_INVALID_DEVICE_REQUEST;
Irp->IoStatus.Information = FILE_OPENED;
return STATUS_SUCCESS;
}
NTSTATUS FspFsvolCreatePrepare(