On Thu, Feb 01, 2024 at 04:44:06PM +0800, Kunwu Chan wrote:I'll do this by a patch series.
Use the new KMEM_CACHE() macro instead of direct kmem_cache_create
to simplify the creation of SLAB caches.
Make the code cleaner and more readable.
Signed-off-by: Kunwu Chan <chentao@xxxxxxxxxx>
---
Changes in v2:
- Update commit msg only, no functional changes
Please convert all kmem_cache_create calls where the KMEM_CACHE macro is
suitable, ie the cache name and the structure name match.