xfs: Remove slab init wrappers
authorCarlos Maiolino <cmaiolino@redhat.com>
Thu, 14 Nov 2019 20:43:03 +0000 (12:43 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 18 Nov 2019 16:40:43 +0000 (08:40 -0800)
commitb1231760e44324d4cdb1b02116670c1ad2126e54
tree678327a616a322882121d195ae130e3ed8d39400
parent2a2b5932db67586bacc560cc065d62faece5b996
xfs: Remove slab init wrappers

Remove kmem_zone_init() and kmem_zone_init_flags() together with their
specific KM_* to SLAB_* flag wrappers.

Use kmem_cache_create() directly.

Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/kmem.h
fs/xfs/xfs_buf.c
fs/xfs/xfs_dquot.c
fs/xfs/xfs_super.c