mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 00:00:41 +08:00
This is needed in order to avoid an infinite recursive loop between disk!UpdateRemovableGeometry() and ntos!IoReadPartitionTable(). This does not happen with NT5+ disk_new.sys because it doesn't call IoReadPartitionTable() in that situation.