mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 09:20:30 +00:00
[NTOSKRNL]
Typo--; svn path=/trunk/; revision=71179
This commit is contained in:
parent
d1a397ab03
commit
eb85db6579
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ FsRtlAddBaseMcbEntry(IN PBASE_MCB OpaqueMcb,
|
||||||
|
|
||||||
/* finally insert the resulting run */
|
/* finally insert the resulting run */
|
||||||
RtlInsertElementGenericTable(&Mcb->Mapping->Table, &Node, sizeof(Node), &NewElement);
|
RtlInsertElementGenericTable(&Mcb->Mapping->Table, &Node, sizeof(Node), &NewElement);
|
||||||
++Mcb->PairCount
|
++Mcb->PairCount;
|
||||||
ASSERT(NewElement);
|
ASSERT(NewElement);
|
||||||
|
|
||||||
// NB: Two consecutive runs can only be merged, if actual LBNs also match!
|
// NB: Two consecutive runs can only be merged, if actual LBNs also match!
|
||||||
|
|
Loading…
Reference in a new issue