diff options
author | Vlastimil Babka <vbabka@suse.cz> | 2021-05-11 13:01:34 +0200 |
---|---|---|
committer | Vlastimil Babka <vbabka@suse.cz> | 2021-09-04 01:12:20 +0200 |
commit | 53a0de06e50acb372c75d87fcc72ddfdf4a060ee (patch) | |
tree | 707bf861c2236e68eaa6311b493590becea6c0ef /tools/perf/scripts/python/stackcollapse.py | |
parent | 2a904905ae041504aefaf8fc7144d31b940443e0 (diff) |
mm, slub: dissolve new_slab_objects() into ___slab_alloc()
The later patches will need more fine grained control over individual actions
in ___slab_alloc(), the only caller of new_slab_objects(), so dissolve it
there. This is a preparatory step with no functional change.
The only minor change is moving WARN_ON_ONCE() for using a constructor together
with __GFP_ZERO to new_slab(), which makes it somewhat less frequent, but still
able to catch a development change introducing a systematic misuse.
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Acked-by: Christoph Lameter <cl@linux.com>
Acked-by: Mel Gorman <mgorman@techsingularity.net>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions