mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 20:22:05 +00:00
[NTOSKRNL]
Minor stuff. Here is your commit Timo ;) svn path=/trunk/; revision=49519
This commit is contained in:
parent
7d0aa25a0f
commit
58e3fc91d5
1 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
/*++
|
/*++
|
||||||
* @name FsRtlBalanceReads
|
* @name FsRtlBalanceReads
|
||||||
* @implemented NT 4.0
|
* @implemented NT 5.2
|
||||||
*
|
*
|
||||||
* The FsRtlBalanceReads routine sends an IRP to an FTDISK Driver
|
* The FsRtlBalanceReads routine sends an IRP to an FTDISK Driver
|
||||||
* requesting the driver to balance read requests across a mirror set.
|
* requesting the driver to balance read requests across a mirror set.
|
||||||
|
@ -65,6 +65,8 @@ FsRtlBalanceReads(PDEVICE_OBJECT TargetDevice)
|
||||||
KernelMode,
|
KernelMode,
|
||||||
FALSE,
|
FALSE,
|
||||||
NULL);
|
NULL);
|
||||||
|
ASSERT(Status == STATUS_SUCCESS);
|
||||||
|
|
||||||
/* Return Status */
|
/* Return Status */
|
||||||
Status = IoStatusBlock.Status;
|
Status = IoStatusBlock.Status;
|
||||||
}
|
}
|
||||||
|
@ -75,7 +77,7 @@ FsRtlBalanceReads(PDEVICE_OBJECT TargetDevice)
|
||||||
|
|
||||||
/*++
|
/*++
|
||||||
* @name FsRtlSyncVolumes
|
* @name FsRtlSyncVolumes
|
||||||
* @implemented NT 4.0
|
* @implemented NT 5.2
|
||||||
*
|
*
|
||||||
* The FsRtlSyncVolumes routine is deprecated.
|
* The FsRtlSyncVolumes routine is deprecated.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue