[0.4.13][NTOSKRNL] Mute noisy DPRINT 'SectionObject has ImageSection' during shutdown...
authorJoachim Henze <Joachim.Henze@reactos.org>
Thu, 27 Jan 2022 19:16:40 +0000 (20:16 +0100)
committerJoachim Henze <Joachim.Henze@reactos.org>
Thu, 27 Jan 2022 19:16:40 +0000 (20:16 +0100)
commit04c7635c9e6c3eff8f0f368d1c6689412601df98
tree9638515c29644775d275690b397dcc021cd02157
parent9416598acf3776d60b54feb04014e57b85c0bb3d
[0.4.13][NTOSKRNL] Mute noisy DPRINT 'SectionObject has ImageSection' during shutdown CORE-18029

All releases/0.4.8 until and including releases/0.4.14 were affected by the following logspam
during shutdown:
(../ntoskrnl/mm/section.c:4839) SectionObject has ImageSection
triggered 2 times for bootcd, but triggered 83 times for livecd.

Today I found out by chance, that we started to trigger it with the switch from CDFS to CDFS_NEW with
0.4.8-dev-164-g ec6b3ecbe48ad51c366563196cc93a6ae74e8b69

We 'suffered' from that logspam for many years now and it did never help us in any way.
And during 0.4.15-dev'ing with the MM rewrite, the logging was entirely removed in the NTOSKRNL.
ntoskrnl/mm/section.c