diff options
Diffstat (limited to 'fs/xfs/xfs_vnodeops.h')
| -rw-r--r-- | fs/xfs/xfs_vnodeops.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_vnodeops.h b/fs/xfs/xfs_vnodeops.h index 6b66904a383..ba798fccf72 100644 --- a/fs/xfs/xfs_vnodeops.h +++ b/fs/xfs/xfs_vnodeops.h @@ -47,7 +47,7 @@ int xfs_change_file_space(struct xfs_inode *ip, int cmd,  		struct cred *credp, int	attr_flags);  int xfs_rename(struct xfs_inode *src_dp, struct xfs_name *src_name,  		struct xfs_inode *src_ip, struct xfs_inode *target_dp, -		struct xfs_name *target_name); +		struct xfs_name *target_name, struct xfs_inode *target_ip);  int xfs_attr_get(struct xfs_inode *ip, const char *name, char *value,  		int *valuelenp, int flags, cred_t *cred);  int xfs_attr_set(struct xfs_inode *dp, const char *name, char *value,  |