commit | 0393895b091227e8a77dfd5e6a6ab61bd11b8df0 | [log] [tgz] |
---|---|---|
author | Vlastimil Babka <vbabka@suse.cz> | Tue Oct 26 13:39:14 2021 +0200 |
committer | Vlastimil Babka <vbabka@suse.cz> | Thu Jan 06 12:26:01 2022 +0100 |
tree | 301a3de9914cac0dae2971692ff7300f023648f6 | |
parent | d835eef4fc26241258c524cb32b91cbb3551ca62 [diff] |
mm/slub: Convert __slab_lock() and __slab_unlock() to struct slab These functions operate on the PG_locked page flag, but make them accept struct slab to encapsulate this implementation detail. Signed-off-by: Vlastimil Babka <vbabka@suse.cz> Reviewed-by: Roman Gushchin <guro@fb.com>