sys: FspFsvolSetVolumeInformation: PAGED_CODE()

This commit is contained in:
Bill Zissimopoulos
2016-02-17 10:53:37 -08:00
parent 49cf687de3
commit 40a9feb237

View File

@ -331,6 +331,8 @@ static NTSTATUS FspFsvolSetFsLabelInformation(
static NTSTATUS FspFsvolSetVolumeInformation( static NTSTATUS FspFsvolSetVolumeInformation(
PDEVICE_OBJECT FsvolDeviceObject, PIRP Irp, PIO_STACK_LOCATION IrpSp) PDEVICE_OBJECT FsvolDeviceObject, PIRP Irp, PIO_STACK_LOCATION IrpSp)
{ {
PAGED_CODE();
NTSTATUS Result; NTSTATUS Result;
FS_INFORMATION_CLASS FsInformationClass = IrpSp->Parameters.SetVolume.FsInformationClass; FS_INFORMATION_CLASS FsInformationClass = IrpSp->Parameters.SetVolume.FsInformationClass;
PVOID Buffer = Irp->AssociatedIrp.SystemBuffer; PVOID Buffer = Irp->AssociatedIrp.SystemBuffer;