]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: remove kmem_alloc, kmem_zalloc, and kmem_free
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 17:01:15 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:41 +0000 (11:37 -0700)
commitbb7854672d26b4c68285468554b1abfa18f96169
tree7794124b92306e2d1fc2ebca6a6504c16fd7f6d9
parenta5974a2d10bdbfbfff9a870b832f2ca2b711ec14
libxfs: remove kmem_alloc, kmem_zalloc, and kmem_free

Remove all three of these helpers now that the kernel has dropped them.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
db/bmap_inflate.c
include/kmem.h
libxfs/defer_item.c
libxfs/init.c
libxfs/kmem.c
libxlog/xfs_log_recover.c
repair/bmap_repair.c