mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Removed the call to VfatUpdateEntry.
svn path=/trunk/; revision=3981
This commit is contained in:
parent
543fd98805
commit
189d9d92c3
1 changed files with 1 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: cleanup.c,v 1.8 2002/12/15 17:01:51 chorns Exp $
|
||||
/* $Id: cleanup.c,v 1.9 2003/01/11 15:52:54 hbirr Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -39,15 +39,6 @@ VfatCleanupFile(PDEVICE_EXTENSION DeviceExt,
|
|||
}
|
||||
pFcb = pCcb->pFcb;
|
||||
|
||||
if (FileObject->FileName.Buffer)
|
||||
{
|
||||
if (pFcb->Flags & FCB_UPDATE_DIRENTRY)
|
||||
{
|
||||
VfatUpdateEntry (DeviceExt, FileObject);
|
||||
pFcb->Flags &= ~FCB_UPDATE_DIRENTRY;
|
||||
}
|
||||
}
|
||||
|
||||
/* Uninitialize file cache if initialized for this file object. */
|
||||
if (pFcb->RFCB.Bcb != NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue