diff options
author | 2024-09-05 09:56:55 +0200 | |
---|---|---|
committer | 2024-09-10 11:42:58 +0200 | |
commit | b2e7456b5c25c41eda7a8a15f7ccaa4e7579949f (patch) | |
tree | bc15f0c9a565c7a9f786c6d0be5a168d98927e5f /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | slab: port KMEM_CACHE_USERCOPY() to struct kmem_cache_args (diff) | |
download | wireguard-linux-b2e7456b5c25c41eda7a8a15f7ccaa4e7579949f.tar.xz wireguard-linux-b2e7456b5c25c41eda7a8a15f7ccaa4e7579949f.zip |
slab: create kmem_cache_create() compatibility layer
Use _Generic() to create a compatibility layer that type switches on the
third argument to either call __kmem_cache_create() or
__kmem_cache_create_args(). If NULL is passed for the struct
kmem_cache_args argument use default args making porting for callers
that don't care about additional arguments easy.
Reviewed-by: Kees Cook <kees@kernel.org>
Reviewed-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Reviewed-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Reviewed-by: Roman Gushchin <roman.gushchin@linux.dev>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions