[ros-diffs] [pschweitzer] 34893: Initialize notify stuff when creating a VCB. It's commented out because of lacks in ReactOS which lead to bugcheck

pschweitzer at svn.reactos.org pschweitzer at svn.reactos.org
Mon Jul 28 10:55:21 CEST 2008


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/fastfat/fsctl.c?rev=34893&r1=34892&r2=34893&view=diff
==============================================================================
--- 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:
 



More information about the Ros-diffs mailing list