commit | fa417ab7506f9234100e249938d13e94a8c404e8 | [log] [tgz] |
---|---|---|
author | Vlastimil Babka <vbabka@suse.cz> | Mon May 10 13:56:17 2021 +0200 |
committer | Vlastimil Babka <vbabka@suse.cz> | Sat Sep 04 01:12:21 2021 +0200 |
tree | 55012f99def7d94fcec8093dd89bd2481d5b7565 | |
parent | 0b303fb402862dcb7948eeeed2439bd8c99948b5 [diff] |
mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc() Continue reducing the irq disabled scope. Check for per-cpu partial slabs with first with irqs enabled and then recheck with irqs disabled before grabbing the slab page. Mostly preparatory for the following patches. Signed-off-by: Vlastimil Babka <vbabka@suse.cz>