Author: pschweitzer Date: Sat Oct 10 08:37:36 2015 New Revision: 69477
URL: http://svn.reactos.org/svn/reactos?rev=69477&view=rev Log: [MSFS] Addendum to r69475 By Thomas Faber
Modified: trunk/reactos/drivers/filesystems/msfs/CMakeLists.txt trunk/reactos/drivers/filesystems/msfs/msfs.h trunk/reactos/drivers/filesystems/msfs/rw.c
Modified: trunk/reactos/drivers/filesystems/msfs/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/msfs/CM... ============================================================================== --- trunk/reactos/drivers/filesystems/msfs/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/msfs/CMakeLists.txt [iso-8859-1] Sat Oct 10 08:37:36 2015 @@ -4,8 +4,8 @@ finfo.c fsctrl.c msfs.c + msfssup.c rw.c - msfssup.c msfs.h)
add_library(msfs SHARED ${SOURCE} msfs.rc)
Modified: trunk/reactos/drivers/filesystems/msfs/msfs.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/msfs/ms... ============================================================================== --- trunk/reactos/drivers/filesystems/msfs/msfs.h [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/msfs/msfs.h [iso-8859-1] Sat Oct 10 08:37:36 2015 @@ -11,7 +11,6 @@ #define __DRIVERS_FS_MS_MSFS_H
#include <ntifs.h> -#include <wdm.h>
#define DEFAULTAPI NTAPI
Modified: trunk/reactos/drivers/filesystems/msfs/rw.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/msfs/rw... ============================================================================== --- trunk/reactos/drivers/filesystems/msfs/rw.c [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/msfs/rw.c [iso-8859-1] Sat Oct 10 08:37:36 2015 @@ -123,8 +123,6 @@ }
Fcb->WaitCount++; - Irp->IoStatus.Status = STATUS_PENDING; - Irp->IoStatus.Information = 0; IoMarkIrpPending(Irp);
return STATUS_PENDING;