mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2025-10-30 05:18:31 -05:00
Ext2Read(): Complete request on VCB_VOLUME_LOCKED case (reactos/reactos#4770)
This commit is contained in:
@@ -906,6 +906,7 @@ Ext2Read (IN PEXT2_IRP_CONTEXT IrpContext)
|
|||||||
if (FlagOn(Vcb->Flags, VCB_VOLUME_LOCKED) &&
|
if (FlagOn(Vcb->Flags, VCB_VOLUME_LOCKED) &&
|
||||||
Vcb->LockFile != FileObject ) {
|
Vcb->LockFile != FileObject ) {
|
||||||
Status = STATUS_ACCESS_DENIED;
|
Status = STATUS_ACCESS_DENIED;
|
||||||
|
bCompleteRequest = TRUE;
|
||||||
__leave;
|
__leave;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user