]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit29a0dd6edd9c8305a058299293c9972428dbc7a0
treecd51c881648d186bd758ac2be6bd97d13df61877
parentab10ff5e8831a0b67cd316b656c1de8c860c2d7c
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