]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: convert kmem_zalloc() to kzalloc()
authorDave Chinner <dchinner@redhat.com>
Mon, 22 Apr 2024 17:00:50 +0000 (10:00 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:35 +0000 (11:37 -0700)
commitcdc4e34ca04d9e21cf2f60c12aa1e8e8c8736199
treeb8a4ae5812527ce4e32ea7e348742fddd10cd935
parent493d04e97479b36f34a895171ed852cd2e3298b2
xfs: convert kmem_zalloc() to kzalloc()

Source kernel commit: 10634530f7ba947d8eab52a580e0840778d4ef75

There's no reason to keep the kmem_zalloc() around anymore, it's
just a thin wrapper around kmalloc(), so lets get rid of it.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
include/kmem.h
libxfs/xfs_ag.c
libxfs/xfs_attr_leaf.c
libxfs/xfs_btree_staging.c
libxfs/xfs_da_btree.c
libxfs/xfs_defer.c
libxfs/xfs_dir2.c
libxfs/xfs_iext_tree.c