commit | fb012e278dbfc80194bf34c7ade4f261bbc747ea | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Mon Oct 04 14:46:34 2021 +0100 |
committer | Vlastimil Babka <vbabka@suse.cz> | Thu Jan 06 12:26:01 2022 +0100 |
tree | 2c252b69be67599b57983b8ecfd680eef6562e16 | |
parent | 0393895b091227e8a77dfd5e6a6ab61bd11b8df0 [diff] |
mm/slub: Convert print_page_info() to print_slab_info() Improve the type safety and prepare for further conversion. For flags access, convert to folio internally. [ vbabka@suse.cz: access flags via folio_flags() ] Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Vlastimil Babka <vbabka@suse.cz> Reviewed-by: Roman Gushchin <guro@fb.com> Reviewed-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>