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 57335ba4ce53..7e9a8b241f21 100644 --- a/fs/xfs/xfs_vnodeops.h +++ b/fs/xfs/xfs_vnodeops.h | |||
@@ -22,7 +22,7 @@ int xfs_fsync(struct xfs_inode *ip); | |||
22 | int xfs_release(struct xfs_inode *ip); | 22 | int xfs_release(struct xfs_inode *ip); |
23 | int xfs_inactive(struct xfs_inode *ip); | 23 | int xfs_inactive(struct xfs_inode *ip); |
24 | int xfs_lookup(struct xfs_inode *dp, struct xfs_name *name, | 24 | int xfs_lookup(struct xfs_inode *dp, struct xfs_name *name, |
25 | struct xfs_inode **ipp); | 25 | struct xfs_inode **ipp, struct xfs_name *ci_name); |
26 | int xfs_create(struct xfs_inode *dp, struct xfs_name *name, mode_t mode, | 26 | int xfs_create(struct xfs_inode *dp, struct xfs_name *name, mode_t mode, |
27 | xfs_dev_t rdev, struct xfs_inode **ipp, struct cred *credp); | 27 | xfs_dev_t rdev, struct xfs_inode **ipp, struct cred *credp); |
28 | int xfs_remove(struct xfs_inode *dp, struct xfs_name *name, | 28 | int xfs_remove(struct xfs_inode *dp, struct xfs_name *name, |