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 396cc1fafd0d..f2fcde52b66d 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h @@ -334,7 +334,7 @@ int		xfs_lookup(struct xfs_inode *dp, struct xfs_name *name,  int		xfs_create(struct xfs_inode *dp, struct xfs_name *name,  			   umode_t mode, xfs_dev_t rdev, struct xfs_inode **ipp);  int		xfs_create_tmpfile(struct xfs_inode *dp, struct dentry *dentry, -			   umode_t mode); +			   umode_t mode, struct xfs_inode **ipp);  int		xfs_remove(struct xfs_inode *dp, struct xfs_name *name,  			   struct xfs_inode *ip);  int		xfs_link(struct xfs_inode *tdp, struct xfs_inode *sip,  | 
