diff options
Diffstat (limited to 'fs/xfs/xfs_vnodeops.c')
-rw-r--r-- | fs/xfs/xfs_vnodeops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_vnodeops.c b/fs/xfs/xfs_vnodeops.c index ce9268a2f56b..f2fea868d4db 100644 --- a/fs/xfs/xfs_vnodeops.c +++ b/fs/xfs/xfs_vnodeops.c | |||
@@ -822,7 +822,7 @@ int | |||
822 | xfs_create( | 822 | xfs_create( |
823 | xfs_inode_t *dp, | 823 | xfs_inode_t *dp, |
824 | struct xfs_name *name, | 824 | struct xfs_name *name, |
825 | mode_t mode, | 825 | umode_t mode, |
826 | xfs_dev_t rdev, | 826 | xfs_dev_t rdev, |
827 | xfs_inode_t **ipp) | 827 | xfs_inode_t **ipp) |
828 | { | 828 | { |
@@ -1481,7 +1481,7 @@ xfs_symlink( | |||
1481 | xfs_inode_t *dp, | 1481 | xfs_inode_t *dp, |
1482 | struct xfs_name *link_name, | 1482 | struct xfs_name *link_name, |
1483 | const char *target_path, | 1483 | const char *target_path, |
1484 | mode_t mode, | 1484 | umode_t mode, |
1485 | xfs_inode_t **ipp) | 1485 | xfs_inode_t **ipp) |
1486 | { | 1486 | { |
1487 | xfs_mount_t *mp = dp->i_mount; | 1487 | xfs_mount_t *mp = dp->i_mount; |