]> www.infradead.org Git - users/jedix/linux-maple.git/commit
debugobjects: Rework free_object_work()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 7 Oct 2024 16:50:12 +0000 (18:50 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Oct 2024 15:30:32 +0000 (17:30 +0200)
commit9ce99c6d7bfbca71f1e5fa34045ea48cb768f54a
treea0259b1a05e891deb8ff84c2a12f022dc2bfc4ff
parenta3b9e191f5fc11fa93176a4074a919d33d64c5fe
debugobjects: Rework free_object_work()

Convert it to batch processing with intermediate helper functions. This
reduces the final changes for batch processing.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Zhen Lei <thunder.leizhen@huawei.com>
Link: https://lore.kernel.org/all/20241007164914.015906394@linutronix.de
lib/debugobjects.c