mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
[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:
parent
07c8f67587
commit
be8b78a626
1 changed files with 0 additions and 1 deletions
|
@ -898,7 +898,6 @@ xfs_fs_inode_init_once(
|
|||
*/
|
||||
void
|
||||
xfs_inode_init_once(
|
||||
kmem_zone_t *zone,
|
||||
void *inode)
|
||||
{
|
||||
struct xfs_inode *ip = inode;
|
||||
|
|
Loading…
Reference in a new issue