mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[fastfat_new]
- Properly complete non-implemented volume open requests. svn path=/trunk/; revision=43319
This commit is contained in:
@@ -300,6 +300,14 @@ FatiCreate(IN PFAT_IRP_CONTEXT IrpContext,
|
||||
/* It is indeed a volume open request */
|
||||
DPRINT1("Volume open request, not implemented now!\n");
|
||||
UNIMPLEMENTED;
|
||||
|
||||
/* Unlock VCB */
|
||||
FatReleaseVcb(IrpContext, Vcb);
|
||||
|
||||
/* Complete the request */
|
||||
FatCompleteRequest(IrpContext, Irp, STATUS_NOT_IMPLEMENTED);
|
||||
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user