mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 09:18:34 +00:00
[fastfat_new]
- Fix an incorrectly placed closing bracket which resulted in ignoring almost all actions when performing relative open. This results in a massive reformatting of FatiCreate. svn path=/trunk/; revision=43644
This commit is contained in:
parent
108af8baae
commit
eb5cc63a28
1 changed files with 303 additions and 303 deletions
|
@ -605,6 +605,7 @@ FatiCreate(IN PFAT_IRP_CONTEXT IrpContext,
|
||||||
ParentDcb = Vcb->RootDcb;
|
ParentDcb = Vcb->RootDcb;
|
||||||
DPRINT("ParentDcb %p\n", ParentDcb);
|
DPRINT("ParentDcb %p\n", ParentDcb);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Check for backslash at the end */
|
/* Check for backslash at the end */
|
||||||
if (FileName.Length &&
|
if (FileName.Length &&
|
||||||
|
@ -976,7 +977,6 @@ FatiCreate(IN PFAT_IRP_CONTEXT IrpContext,
|
||||||
OpenedAsDos);
|
OpenedAsDos);
|
||||||
|
|
||||||
Irp->IoStatus.Information = Iosb.Information;
|
Irp->IoStatus.Information = Iosb.Information;
|
||||||
}
|
|
||||||
|
|
||||||
/* Unlock VCB */
|
/* Unlock VCB */
|
||||||
FatReleaseVcb(IrpContext, Vcb);
|
FatReleaseVcb(IrpContext, Vcb);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue