commit | 48ff13a618b54aabc447659a9016068cf0cae322 | [log] [tgz] |
---|---|---|
author | Kunwu Chan <chentao@kylinos.cn> | Wed Jan 31 17:43:23 2024 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Feb 08 11:29:40 2024 -0700 |
tree | 6b52027c61471c928c22f6afcde657eecc11b350 | |
parent | e516c3fc6c182736aec5418a73f15199640491e2 [diff] |
block: Simplify the allocation of slab caches Use the new KMEM_CACHE() macro instead of direct kmem_cache_create to simplify the creation of SLAB caches. Signed-off-by: Kunwu Chan <chentao@kylinos.cn> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Link: https://lore.kernel.org/r/20240131094323.146659-1-chentao@kylinos.cn Signed-off-by: Jens Axboe <axboe@kernel.dk>