Author: pschweitzer
Date: Mon Nov 8 00:31:00 2010
New Revision: 49519
URL:
http://svn.reactos.org/svn/reactos?rev=49519&view=rev
Log:
[NTOSKRNL]
Minor stuff.
Here is your commit Timo ;)
Modified:
trunk/reactos/ntoskrnl/fsrtl/faulttol.c
Modified: trunk/reactos/ntoskrnl/fsrtl/faulttol.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/fsrtl/faulttol.c?…
==============================================================================
--- trunk/reactos/ntoskrnl/fsrtl/faulttol.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/fsrtl/faulttol.c [iso-8859-1] Mon Nov 8 00:31:00 2010
@@ -17,7 +17,7 @@
/*++
* @name FsRtlBalanceReads
- * @implemented NT 4.0
+ * @implemented NT 5.2
*
* The FsRtlBalanceReads routine sends an IRP to an FTDISK Driver
* requesting the driver to balance read requests across a mirror set.
@@ -65,6 +65,8 @@
KernelMode,
FALSE,
NULL);
+ ASSERT(Status == STATUS_SUCCESS);
+
/* Return Status */
Status = IoStatusBlock.Status;
}
@@ -75,7 +77,7 @@
/*++
* @name FsRtlSyncVolumes
- * @implemented NT 4.0
+ * @implemented NT 5.2
*
* The FsRtlSyncVolumes routine is deprecated.
*