xfs: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
dd716e64d6
commit
576b1d67ce
9 changed files with 13 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue