[XFS] Remove kmem_zone_t argument from xfs_inode_init_once()
kmem cache constructor no longer takes a kmem_zone_t argument. SGI-PV: 957103 SGI-Modid: xfs-linux-melb:xfs-kern:32254a Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
This commit is contained in:
@@ -898,7 +898,6 @@ xfs_fs_inode_init_once(
|
|||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
xfs_inode_init_once(
|
xfs_inode_init_once(
|
||||||
kmem_zone_t *zone,
|
|
||||||
void *inode)
|
void *inode)
|
||||||
{
|
{
|
||||||
struct xfs_inode *ip = inode;
|
struct xfs_inode *ip = inode;
|
||||||
|
Reference in New Issue
Block a user