Author: pschweitzer Date: Sun Oct 12 02:48:29 2008 New Revision: 36728
URL: http://svn.reactos.org/svn/reactos?rev=36728&view=rev Log: Let's initialize notifications in fastfat
Modified: branches/pierre-fsd/drivers/filesystems/fastfat/fsctl.c
Modified: branches/pierre-fsd/drivers/filesystems/fastfat/fsctl.c URL: http://svn.reactos.org/svn/reactos/branches/pierre-fsd/drivers/filesystems/f... ============================================================================== --- branches/pierre-fsd/drivers/filesystems/fastfat/fsctl.c [iso-8859-1] (original) +++ branches/pierre-fsd/drivers/filesystems/fastfat/fsctl.c [iso-8859-1] Sun Oct 12 02:48:29 2008 @@ -585,10 +585,8 @@ VolumeFcb->Flags |= VCB_IS_DIRTY;
/* Initialize notify sync */ -#if 0 InitializeListHead(&(DeviceExt->NotifyList)); FsRtlNotifyInitializeSync(&(DeviceExt->NotifySync)); -#endif
Status = STATUS_SUCCESS; ByeBye: