Addendum to r69475
By Thomas Faber

svn path=/trunk/; revision=69477
This commit is contained in:
Pierre Schweitzer
2015-10-10 08:37:36 +00:00
parent a5031d7982
commit ecba06ffa2
3 changed files with 1 additions and 4 deletions
@@ -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)
-1
View File
@@ -11,7 +11,6 @@
#define __DRIVERS_FS_MS_MSFS_H
#include <ntifs.h>
#include <wdm.h>
#define DEFAULTAPI NTAPI
-2
View 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;