mm/slub: move free_debug_processing() further
authorVlastimil Babka <vbabka@suse.cz>
Tue, 23 Aug 2022 17:03:56 +0000 (19:03 +0200)
committerVlastimil Babka <vbabka@suse.cz>
Thu, 25 Aug 2022 12:41:54 +0000 (14:41 +0200)
commita579b0560cd74e9edacbc5d6a021bae90159fb91
treecd51c881648d186bd758ac2be6bd97d13df61877
parent1c23f9e627a7b412978b4e852793c5e3c3efc555
mm/slub: move free_debug_processing() further

In the following patch, the function free_debug_processing() will be
calling add_partial(), remove_partial() and discard_slab(), se move it
below their definitions to avoid forward declarations. To make review
easier, separate the move from functional changes.

Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Reviewed-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
Acked-by: David Rientjes <rientjes@google.com>
mm/slub.c