]> Pileus Git - ~andy/linux/blobdiff - fs/xfs/xfs_inode.h
[XFS] move inode allocation out xfs_iread
[~andy/linux] / fs / xfs / xfs_inode.h
index 49e609c39d7e7f25aa57284b8ddc694013ab1971..ae5800e7d3966fbfce9c17901be1b4f22dde8d33 100644 (file)
@@ -516,8 +516,8 @@ void                xfs_ireclaim(xfs_inode_t *);
 /*
  * xfs_inode.c prototypes.
  */
-int            xfs_iread(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
-                         xfs_inode_t **, xfs_daddr_t, uint);
+int            xfs_iread(struct xfs_mount *, struct xfs_trans *,
+                         struct xfs_inode *, xfs_daddr_t, uint);
 int            xfs_ialloc(struct xfs_trans *, xfs_inode_t *, mode_t,
                           xfs_nlink_t, xfs_dev_t, struct cred *, xfs_prid_t,
                           int, struct xfs_buf **, boolean_t *, xfs_inode_t **);