mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-23 12:33:03 -06:00
sys: FSP_FSCTL_DEVICE_EXTENSION: add Resource
This commit is contained in:
@@ -140,6 +140,7 @@ static NTSTATUS FspFsctlMountVolume(
|
||||
&FsvolDeviceObject);
|
||||
if (NT_SUCCESS(Result))
|
||||
{
|
||||
#pragma prefast(suppress:28175, "We are a filesystem: ok to access SectorSize")
|
||||
FsvolDeviceObject->SectorSize =
|
||||
FspFsvrtDeviceExtension(FsvrtDeviceObject)->VolumeParams.SectorSize;
|
||||
FsvolDeviceExtension = FspFsvolDeviceExtension(FsvolDeviceObject);
|
||||
|
||||
Reference in New Issue
Block a user