|
@@ -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,
|