mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[NTOSKRNL]
Drop dead code in FsRtlAddBaseMcbEntry(). CORE-11002 svn path=/trunk/; revision=71132
This commit is contained in:
parent
dfb5dab3d6
commit
e845d90149
1 changed files with 0 additions and 3 deletions
|
@ -198,9 +198,6 @@ FsRtlAddBaseMcbEntry(IN PBASE_MCB OpaqueMcb,
|
|||
/* finally insert the resulting run */
|
||||
RtlInsertElementGenericTable(&Mcb->Mapping->Table, &Node, sizeof(Node), &NewElement);
|
||||
ASSERT(NewElement);
|
||||
Node.RunStartVbn.QuadPart = Vbn;
|
||||
Node.RunEndVbn.QuadPart = Vbn + SectorCount;
|
||||
Node.StartingLbn.QuadPart = Lbn;
|
||||
|
||||
// NB: Two consecutive runs can only be merged, if actual LBNs also match!
|
||||
|
||||
|
|
Loading…
Reference in a new issue