]> www.infradead.org Git - users/jedix/linux-maple.git/commit
debugobjects: Provide and use free_object_list()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 7 Oct 2024 16:50:01 +0000 (18:50 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Oct 2024 15:30:31 +0000 (17:30 +0200)
commit49a5cb827d3d625944d48518acec4e4b9d61e1da
tree0ebe102a538e3dc1c042fecda1c7afcf32583e0d
parent241463f4fdcc845fa4a174e63a23940305cb6691
debugobjects: Provide and use free_object_list()

Move the loop to free a list of objects into a helper function so it can be
reused later.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241007164913.453912357@linutronix.de
lib/debugobjects.c