[fastfat_new]

- Minor comments/TODO improvement in FatiCreate.

svn path=/trunk/; revision=43512
This commit is contained in:
Aleksey Bragin 2009-10-16 12:29:34 +00:00
parent c53695755d
commit 18857bc6be

View file

@ -643,7 +643,16 @@ FatiCreate(IN PFAT_IRP_CONTEXT IrpContext,
FatSetFullNameInFcb(ParentDcb, &FirstName);
}
// TODO: Try to open directory
// TODO: Try to find a directory entry of this path
/* Check if we need to open target directory */
if (OpenTargetDirectory)
{
// TODO: Open target directory
UNIMPLEMENTED;
}
// TODO: Check, if path is a directory or a file
/* If end backslash here, then it's definately not permitted,
since we're opening files here */