diff options
Diffstat (limited to 'fs/xfs/xfs_inode.h')
| -rw-r--r-- | fs/xfs/xfs_inode.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index 1420c49674d7..6be310d41daf 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h @@ -497,7 +497,7 @@ int		xfs_iread(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,  			  xfs_inode_t **, xfs_daddr_t, uint);  int		xfs_iread_extents(struct xfs_trans *, xfs_inode_t *, int);  int		xfs_ialloc(struct xfs_trans *, xfs_inode_t *, mode_t, -			   xfs_nlink_t, xfs_dev_t, struct cred *, xfs_prid_t, +			   xfs_nlink_t, xfs_dev_t, cred_t *, xfs_prid_t,  			   int, struct xfs_buf **, boolean_t *, xfs_inode_t **);  void		xfs_dinode_from_disk(struct xfs_icdinode *,  				     struct xfs_dinode_core *);  | 
