[NTOSKRNL] Regroup the pool allocation tags in one dedicated place 4193/head
authorGeorge Bișoc <george.bisoc@reactos.org>
Sun, 26 Dec 2021 19:58:28 +0000 (20:58 +0100)
committerGeorge Bișoc <george.bisoc@reactos.org>
Mon, 27 Dec 2021 17:57:03 +0000 (18:57 +0100)
commit3bc2d590a1ff9e8d178dd5e1f96a092c35f66fc0
tree22ccc4e8957eb2d59e5b52c9f19551f35aab052f
parente9330371ea76ae46d09f5f850bc8197f01349b1c
[NTOSKRNL] Regroup the pool allocation tags in one dedicated place

We have a special file, tag.h, which serves as a place to store whatever kernel pool allocation tag yet we still have some tags sparse over the kernel code... So just re-group them in one unique place.
19 files changed:
ntoskrnl/dbgk/dbgkobj.c
ntoskrnl/ex/atom.c
ntoskrnl/ex/harderr.c
ntoskrnl/ex/profile.c
ntoskrnl/fsrtl/filelock.c
ntoskrnl/fsrtl/oplock.c
ntoskrnl/inbv/inbv.c
ntoskrnl/include/internal/tag.h
ntoskrnl/io/iomgr/driver.c
ntoskrnl/io/pnpmgr/devaction.c
ntoskrnl/kdbg/kdb.h
ntoskrnl/ke/bug.c
ntoskrnl/ke/i386/kiinit.c
ntoskrnl/ke/i386/v86vdm.c
ntoskrnl/ob/obhandle.c
ntoskrnl/po/povolume.c
ntoskrnl/ps/apphelp.c
ntoskrnl/ps/i386/psldt.c
ntoskrnl/rtl/libsupp.c