提交 be8b78a6 编写于 作者: L Lachlan McIlroy

[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: NLachlan McIlroy <lachlan@sgi.com>
上级 07c8f675
...@@ -898,7 +898,6 @@ xfs_fs_inode_init_once( ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册