xfs: remove kmem_zone typedef
Remove these typedefs by referencing kmem_cache directly. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Chandan Babu R <chandan.babu@oracle.com>
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "xfs_types.h"
|
||||
#include "xfs_errortag.h"
|
||||
|
||||
kmem_zone_t *xfs_ifork_zone;
|
||||
struct kmem_cache *xfs_ifork_zone;
|
||||
|
||||
void
|
||||
xfs_init_local_fork(
|
||||
|
||||
Reference in New Issue
Block a user