sys: IRP_MJ_SET_INFORMATION

This commit is contained in:
Bill Zissimopoulos 2016-01-26 12:05:02 -08:00
parent 976c054d06
commit 0a36bf3a74

View File

@ -567,7 +567,8 @@ static NTSTATUS FspFsvolSetInformation(
ASSERT(FileNode == FileDesc->FileNode);
Result = FspIopCreateRequest(Irp, FileNameRequired ? &FileNode->FileName : 0, 0, &Request);
Result = FspIopCreateRequestEx(Irp, FileNameRequired ? &FileNode->FileName : 0, 0,
FspFsvolSetInformationRequestFini, &Request);
if (!NT_SUCCESS(Result))
return Result;