commit | 10bcc2f1c875973f8c6ee295a827ace58bd61648 | [log] [tgz] |
---|---|---|
author | Kunwu Chan <chentao@kylinos.cn> | Wed Jan 31 14:22:27 2024 +0800 |
committer | Chuck Lever <chuck.lever@oracle.com> | Fri Mar 01 09:12:23 2024 -0500 |
tree | ea65b4e0ba5b04e900b167a4cf09f1a8ab382fca | |
parent | 05eda6e75773592760285e10ac86c56d683be17f [diff] |
nfsd: Simplify the allocation of slab caches in nfsd4_init_pnfs commit 0a31bd5f2bbb ("KMEM_CACHE(): simplify slab cache creation") introduces a new macro. 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> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>