Author: pschweitzer Date: Fri Jun 27 13:27:27 2008 New Revision: 34140
URL: http://svn.reactos.org/svn/reactos?rev=34140&view=rev Log: Also "implemented" notifications cleanup
Modified: branches/pierre-fsd/drivers/filesystems/fastfat/cleanup.c
Modified: branches/pierre-fsd/drivers/filesystems/fastfat/cleanup.c URL: http://svn.reactos.org/svn/reactos/branches/pierre-fsd/drivers/filesystems/f... ============================================================================== --- branches/pierre-fsd/drivers/filesystems/fastfat/cleanup.c [iso-8859-1] (original) +++ branches/pierre-fsd/drivers/filesystems/fastfat/cleanup.c [iso-8859-1] Fri Jun 27 13:27:27 2008 @@ -89,6 +89,15 @@ CcPurgeCacheSection(FileObject->SectionObjectPointer, NULL, 0, FALSE); #endif } + + if (*pFcb->Attributes & FILE_ATTRIBUTE_DIRECTORY) + { +#if 0 + FsRtlNotifyCleanup(pVcb->NotifySync, &(pVcb->NotifyList), + FileObject->FsContext2); +#endif + } + /* Uninitialize file cache if. */ if (FileObject->SectionObjectPointer->SharedCacheMap) {