diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 02:50:15 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:55:00 -0500 |
commit | 576b1d67ce949e7542ff765b00eb5357e706768b (patch) | |
tree | de2c2e2a4592e98f8fc3638ddba1dbb8954ddbe6 /fs/xfs/xfs_iops.c | |
parent | dd716e64d60f2ad40e0da7db426d4bfc7eabd5d7 (diff) | |
download | linux-stable-576b1d67ce949e7542ff765b00eb5357e706768b.tar.gz linux-stable-576b1d67ce949e7542ff765b00eb5357e706768b.tar.bz2 linux-stable-576b1d67ce949e7542ff765b00eb5357e706768b.zip |
xfs: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/xfs/xfs_iops.c')
-rw-r--r-- | fs/xfs/xfs_iops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_iops.c b/fs/xfs/xfs_iops.c index c2cf9bb60863..f9babd179223 100644 --- a/fs/xfs/xfs_iops.c +++ b/fs/xfs/xfs_iops.c @@ -366,7 +366,7 @@ xfs_vn_symlink( struct xfs_inode *cip = NULL; struct xfs_name name; int error; - mode_t mode; + umode_t mode; mode = S_IFLNK | (irix_symlink_mode ? 0777 & ~current_umask() : S_IRWXUGO); |