mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 07:31:41 +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
|
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue