[MSFS]
authorPierre Schweitzer <pierre@reactos.org>
Sat, 10 Oct 2015 08:37:36 +0000 (08:37 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 10 Oct 2015 08:37:36 +0000 (08:37 +0000)
Addendum to r69475
By Thomas Faber

svn path=/trunk/; revision=69477

reactos/drivers/filesystems/msfs/CMakeLists.txt
reactos/drivers/filesystems/msfs/msfs.h
reactos/drivers/filesystems/msfs/rw.c

index 629803e..1b153be 100644 (file)
@@ -4,8 +4,8 @@ list(APPEND SOURCE
     finfo.c
     fsctrl.c
     msfs.c
-    rw.c
     msfssup.c
+    rw.c
     msfs.h)
 
 add_library(msfs SHARED ${SOURCE} msfs.rc)
index 402a7b5..1ef087b 100644 (file)
@@ -11,7 +11,6 @@
 #define __DRIVERS_FS_MS_MSFS_H
 
 #include <ntifs.h>
-#include <wdm.h>
 
 #define DEFAULTAPI NTAPI
 
index 188a578..a62a859 100644 (file)
@@ -123,8 +123,6 @@ MsfsRead(PDEVICE_OBJECT DeviceObject,
     }
 
     Fcb->WaitCount++;
-    Irp->IoStatus.Status = STATUS_PENDING;
-    Irp->IoStatus.Information = 0;
     IoMarkIrpPending(Irp);
 
     return STATUS_PENDING;