mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[EXT2FS] Ext2Read(): Complete request on VCB_VOLUME_LOCKED case (#4770)
CORE-10645 Co-authored-by: Victor Martinez Calvo <vicmarcal@gmail.com>
This commit is contained in:
parent
a55345be29
commit
0086d05007
1 changed files with 3 additions and 0 deletions
|
@ -905,6 +905,9 @@ Ext2Read (IN PEXT2_IRP_CONTEXT IrpContext)
|
|||
if (FlagOn(Vcb->Flags, VCB_VOLUME_LOCKED) &&
|
||||
Vcb->LockFile != FileObject ) {
|
||||
Status = STATUS_ACCESS_DENIED;
|
||||
#ifdef __REACTOS__
|
||||
bCompleteRequest = TRUE;
|
||||
#endif
|
||||
_SEH2_LEAVE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue