]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: remove kmem_zone_init
authorDarrick J. Wong <djwong@kernel.org>
Thu, 6 Jan 2022 22:13:23 +0000 (14:13 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 20 Jan 2022 00:02:53 +0000 (16:02 -0800)
commitd6e799f9667eb88301755217dbdb086f5a836faf
tree10db7420a06ca82138bb28bb8049310889c4a012
parent5d266a7fe926f85f8f797b4b029b05b04e54e388
libxfs: remove kmem_zone_init

Port all callers to kmem_cache_create, to sync with kernel API.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
include/kmem.h
libxfs/init.c