summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/libxfs/xfs_inode_util.h')
-rw-r--r--fs/xfs/libxfs/xfs_inode_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/libxfs/xfs_inode_util.h b/fs/xfs/libxfs/xfs_inode_util.h
index cf92dbf67cfd..60349d115606 100644
--- a/fs/xfs/libxfs/xfs_inode_util.h
+++ b/fs/xfs/libxfs/xfs_inode_util.h
@@ -45,8 +45,8 @@ int xfs_ialloc_iget(struct xfs_trans *tp, xfs_ino_t ino,
struct xfs_inode **ipp);
int xfs_dir_ialloc_roll(struct xfs_trans **tpp);
-int xfs_ialloc(struct xfs_trans *tp, const struct xfs_ialloc_args *args,
- struct xfs_buf **ialloc_context, struct xfs_inode **ipp);
+int xfs_dir_ialloc(struct xfs_trans **tpp, const struct xfs_ialloc_args *args,
+ struct xfs_inode **ipp);
void xfs_inode_init(struct xfs_trans *tp, const struct xfs_ialloc_args *args,
struct xfs_inode *ip);