sys: fsctl: comments

This commit is contained in:
Bill Zissimopoulos 2015-11-30 10:53:14 -08:00
parent 8c5b99810e
commit b52947db34

View File

@ -184,7 +184,7 @@ static NTSTATUS FspFsctlMountVolume(
FspFsvrtDeviceExtension(FsvrtDeviceObject); FspFsvrtDeviceExtension(FsvrtDeviceObject);
FSP_FSVOL_DEVICE_EXTENSION *FsvolDeviceExtension; FSP_FSVOL_DEVICE_EXTENSION *FsvolDeviceExtension;
/* check the passed in volume object; it must be one of our own */ /* check the passed in volume object; it must be one of our own and not marked Deleted */
Result = FspDeviceOwned(FsvrtDeviceObject); Result = FspDeviceOwned(FsvrtDeviceObject);
if (!NT_SUCCESS(Result)) if (!NT_SUCCESS(Result))
{ {