[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:
Aleksey Bragin 2009-10-20 12:03:51 +00:00
parent 108af8baae
commit eb5cc63a28

View file

@ -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);