From 189d9d92c3d650013764e0a061bf9bb49732f7fe Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Sat, 11 Jan 2003 15:52:54 +0000 Subject: [PATCH] Removed the call to VfatUpdateEntry. svn path=/trunk/; revision=3981 --- reactos/drivers/fs/vfat/cleanup.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/reactos/drivers/fs/vfat/cleanup.c b/reactos/drivers/fs/vfat/cleanup.c index 465c1ff3598..17665266a21 100644 --- a/reactos/drivers/fs/vfat/cleanup.c +++ b/reactos/drivers/fs/vfat/cleanup.c @@ -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) {