xfs: propagate umode_t

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2011-07-26 02:50:15 -04:00
parent dd716e64d6
commit 576b1d67ce
9 changed files with 13 additions and 13 deletions

View File

@@ -822,7 +822,7 @@ int
xfs_create(
xfs_inode_t *dp,
struct xfs_name *name,
mode_t mode,
umode_t mode,
xfs_dev_t rdev,
xfs_inode_t **ipp)
{
@@ -1481,7 +1481,7 @@ xfs_symlink(
xfs_inode_t *dp,
struct xfs_name *link_name,
const char *target_path,
mode_t mode,
umode_t mode,
xfs_inode_t **ipp)
{
xfs_mount_t *mp = dp->i_mount;