[NTOSKRNL]

Drop dead code in FsRtlAddBaseMcbEntry().

CORE-11002

svn path=/trunk/; revision=71132
This commit is contained in:
Pierre Schweitzer 2016-04-09 22:18:14 +00:00
parent dfb5dab3d6
commit e845d90149

View file

@ -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!