Author: pschweitzer Date: Mon Jul 28 03:55:20 2008 New Revision: 34893
URL: http://svn.reactos.org/svn/reactos?rev=34893&view=rev Log: Initialize notify stuff when creating a VCB. It's commented out because of lacks in ReactOS which lead to bugcheck
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] Mon Jul 28 03:55:20 2008 @@ -584,6 +584,12 @@ } VolumeFcb->Flags |= VCB_IS_DIRTY;
+ /* Initialize notify sync */ +#if 0 + InitializeListHead(&(DeviceExt->NotifyList)); + FsRtlNotifyInitializeSync(&(DeviceExt->NotifySync)); +#endif + Status = STATUS_SUCCESS; ByeBye: